Color Hex Logo

#bb568b Color Hex

#BB568B
(187,86,139)
0 Favorites   0 Comments

Color spaces of #bb568b

RGB 18786139
HSL0.910.430.54
HSV329°54°73°
CMYK 0.000.540.26   0.27
XYZ28.481519.084526.6086
Yxy19.08450.38400.2573
Hunter Lab43.685839.9251-5.5329
CIE-Lab50.785946.7185-9.8923

#bb568b color RGB value is (187,86,139).

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

The process color (four color CMYK) of #bb568b color hex is 0.00, 0.54, 0.26, 0.27. Web safe color of #bb568b is #cc6699. Color #bb568b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 10001011
Octal 273 126 213
Decimal 187 86 139
Hex BB 56 8B

RGB Percentages of Color #bb568b

%45.39
%20.87
%33.74

CMYK Percentages of Color #bb568b

%0
%54
%26
%27

Triadic Colors of #bb568b

#bb568b #8bbb56 #568bbb

Analogous Colors of #bb568b

#bb568b #bb5659 #b956bb

Monochromatic Colors of #bb568b

#bb568b

Complementary Color

#bb568b #56bb86

#bb568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb568b Color CSS Codes

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

#bb568b Text Font Color

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

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


#bb568b Background Color

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

This div background color is #bb568b


#bb568b Border Color

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

This div border color is #bb568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb568b


Comments

No comments written yet.

Please login to write comment.