Color Hex Logo

#bb558e Color Hex

#BB558E
(187,85,142)
0 Favorites   0 Comments

Color spaces of #bb558e

RGB 18785142
HSL0.910.430.53
HSV326°55°73°
CMYK 0.000.550.24   0.27
XYZ28.624519.014827.7527
Yxy19.01480.37970.2522
Hunter Lab43.606040.8633-7.2105
CIE-Lab50.704547.6284-11.7997

#bb558e color RGB value is (187,85,142).

#bb558e hex color red value is 187, green value is 85 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb558e hue: 0.91 , saturation: 0.43 and the lightness value of bb558e is 0.53.

The process color (four color CMYK) of #bb558e color hex is 0.00, 0.55, 0.24, 0.27. Web safe color of #bb558e is #cc6699. Color #bb558e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 10001110
Octal 273 125 216
Decimal 187 85 142
Hex BB 55 8E

RGB Percentages of Color #bb558e

%45.17
%20.53
%34.30

CMYK Percentages of Color #bb558e

%0
%55
%24
%27

Triadic Colors of #bb558e

#bb558e #8ebb55 #558ebb

Analogous Colors of #bb558e

#bb558e #bb555b #b555bb

Monochromatic Colors of #bb558e

#bb558e

Complementary Color

#bb558e #55bb82

#bb558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb558e Color CSS Codes

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

#bb558e Text Font Color

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

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


#bb558e Background Color

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

This div background color is #bb558e


#bb558e Border Color

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

This div border color is #bb558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb558e


Comments

No comments written yet.

Please login to write comment.