Color Hex Logo

#bb5cab Color Hex

#BB5CAB
(187,92,171)
0 Favorites   0 Comments

Color spaces of #bb5cab

RGB 18792171
HSL0.860.410.55
HSV310°51°73°
CMYK 0.000.510.09   0.27
XYZ31.671321.159440.9430
Yxy21.15940.33770.2256
Hunter Lab45.999342.4013-20.5732
CIE-Lab53.123548.6942-25.1781

#bb5cab color RGB value is (187,92,171).

#bb5cab hex color red value is 187, green value is 92 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb5cab hue: 0.86 , saturation: 0.41 and the lightness value of bb5cab is 0.55.

The process color (four color CMYK) of #bb5cab color hex is 0.00, 0.51, 0.09, 0.27. Web safe color of #bb5cab is #cc6699. Color #bb5cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011100 10101011
Octal 273 134 253
Decimal 187 92 171
Hex BB 5C AB

RGB Percentages of Color #bb5cab

%41.56
%20.44
%38.00

CMYK Percentages of Color #bb5cab

%0
%51
%9
%27

Triadic Colors of #bb5cab

#bb5cab #abbb5c #5cabbb

Analogous Colors of #bb5cab

#bb5cab #bb5c7c #9c5cbb

Monochromatic Colors of #bb5cab

#bb5cab

Complementary Color

#bb5cab #5cbb6c

#bb5cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5cab Color CSS Codes

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

#bb5cab Text Font Color

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

This sample text font color is #bb5cab
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.


#bb5cab Background Color

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

This div background color is #bb5cab


#bb5cab Border Color

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

This div border color is #bb5cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,92,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb5cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb5cab;
  -webkit-box-shadow: 1px 1px 3px 2px #bb5cab;
  box-shadow:         1px 1px 3px 2px #bb5cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,92,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5cab


Comments

No comments written yet.

Please login to write comment.