Color Hex Logo

#b63bae Color Hex

#B63BAE
(182,59,174)
0 Favorites   0 Comments

Color spaces of #b63bae

RGB 18259174
HSL0.840.510.47
HSV304°68°71°
CMYK 0.000.680.04   0.29
XYZ28.495316.129041.6557
Yxy16.12900.33030.1869
Hunter Lab40.160956.3691-33.3841
CIE-Lab47.143362.4736-36.3216

#b63bae color RGB value is (182,59,174).

#b63bae hex color red value is 182, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b63bae hue: 0.84 , saturation: 0.51 and the lightness value of b63bae is 0.47.

The process color (four color CMYK) of #b63bae color hex is 0.00, 0.68, 0.04, 0.29. Web safe color of #b63bae is #cc3399. Color #b63bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 10101110
Octal 266 73 256
Decimal 182 59 174
Hex B6 3B AE

RGB Percentages of Color #b63bae

%43.86
%14.22
%41.93

CMYK Percentages of Color #b63bae

%0
%68
%4
%29

Triadic Colors of #b63bae

#b63bae #aeb63b #3baeb6

Analogous Colors of #b63bae

#b63bae #b63b71 #813bb6

Monochromatic Colors of #b63bae

#b63bae

Complementary Color

#b63bae #3bb643

#b63bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bae Color CSS Codes

.mybgcolor {background-color:#b63bae; } 
.myforecolor {color:#b63bae; }
.mybordercolor {border:3px solid #b63bae; }

#b63bae Text Font Color

<p style="color:#b63bae">Text here</p>

This sample text font color is #b63bae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b63bae Background Color

<div style="background-color:#b63bae">
Div content here</div>

This div background color is #b63bae


#b63bae Border Color

<div style="border:3px solid #b63bae">
Div here</div>

This div border color is #b63bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,59,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b63bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b63bae;
  -webkit-box-shadow: 1px 1px 3px 2px #b63bae;
  box-shadow:         1px 1px 3px 2px #b63bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,59,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b63bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b63bae;
  -webkit-box-shadow: 1px 1px 3px 2px #b63bae;
  box-shadow:         1px 1px 3px 2px #b63bae;">
Div content here</div>

This div box has shadow with color #b63bae


Comments

No comments written yet.

Please login to write comment.