Color Hex Logo

#bb5caa Color Hex

#BB5CAA
(187,92,170)
0 Favorites   0 Comments

Color spaces of #bb5caa

RGB 18792170
HSL0.860.410.55
HSV311°51°73°
CMYK 0.000.510.09   0.27
XYZ31.576421.121440.4428
Yxy21.12140.33900.2268
Hunter Lab45.958042.2155-20.0042
CIE-Lab53.082148.5261-24.6592

#bb5caa color RGB value is (187,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011100 10101010
Octal 273 134 252
Decimal 187 92 170
Hex BB 5C AA

RGB Percentages of Color #bb5caa

%41.65
%20.49
%37.86

CMYK Percentages of Color #bb5caa

%0
%51
%9
%27

Triadic Colors of #bb5caa

#bb5caa #aabb5c #5caabb

Analogous Colors of #bb5caa

#bb5caa #bb5c7b #9d5cbb

Monochromatic Colors of #bb5caa

#bb5caa

Complementary Color

#bb5caa #5cbb6d

#bb5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5caa Color CSS Codes

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

#bb5caa Text Font Color

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

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


#bb5caa Background Color

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

This div background color is #bb5caa


#bb5caa Border Color

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

This div border color is #bb5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5caa


Comments

No comments written yet.

Please login to write comment.