Color Hex Logo

#bb579b Color Hex

#BB579B
(187,87,155)
0 Favorites   0 Comments

Color spaces of #bb579b

RGB 18787155
HSL0.890.420.54
HSV319°53°73°
CMYK 0.000.530.17   0.27
XYZ29.818119.747733.2505
Yxy19.74770.36010.2385
Hunter Lab44.438442.0061-13.2562
CIE-Lab51.550748.5760-18.2151

#bb579b color RGB value is (187,87,155).

#bb579b hex color red value is 187, green value is 87 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bb579b hue: 0.89 , saturation: 0.42 and the lightness value of bb579b is 0.54.

The process color (four color CMYK) of #bb579b color hex is 0.00, 0.53, 0.17, 0.27. Web safe color of #bb579b is #cc6699. Color #bb579b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 10011011
Octal 273 127 233
Decimal 187 87 155
Hex BB 57 9B

RGB Percentages of Color #bb579b

%43.59
%20.28
%36.13

CMYK Percentages of Color #bb579b

%0
%53
%17
%27

Triadic Colors of #bb579b

#bb579b #9bbb57 #579bbb

Analogous Colors of #bb579b

#bb579b #bb5769 #a957bb

Monochromatic Colors of #bb579b

#bb579b

Complementary Color

#bb579b #57bb77

#bb579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb579b Color CSS Codes

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

#bb579b Text Font Color

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

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


#bb579b Background Color

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

This div background color is #bb579b


#bb579b Border Color

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

This div border color is #bb579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb579b


Comments

No comments written yet.

Please login to write comment.