Color Hex Logo

#bb087c Color Hex

#BB087C
(187,8,124)
0 Favorites   0 Comments

Color spaces of #bb087c

RGB 1878124
HSL0.890.920.38
HSV321°96°73°
CMYK 0.000.960.34   0.27
XYZ24.218412.193720.1459
Yxy12.19370.42820.2156
Hunter Lab34.919562.6896-9.7622
CIE-Lab41.522369.0441-14.7887

#bb087c color RGB value is (187,8,124).

#bb087c hex color red value is 187, green value is 8 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bb087c hue: 0.89 , saturation: 0.92 and the lightness value of bb087c is 0.38.

The process color (four color CMYK) of #bb087c color hex is 0.00, 0.96, 0.34, 0.27. Web safe color of #bb087c is #cc0066. Color #bb087c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01111100
Octal 273 10 174
Decimal 187 8 124
Hex BB 8 7C

RGB Percentages of Color #bb087c

%58.62
%2.51
%38.87

CMYK Percentages of Color #bb087c

%0
%96
%34
%27

Triadic Colors of #bb087c

#bb087c #7cbb08 #087cbb

Analogous Colors of #bb087c

#bb087c #bb0823 #a108bb

Monochromatic Colors of #bb087c

#bb087c

Complementary Color

#bb087c #08bb47

#bb087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb087c Color CSS Codes

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

#bb087c Text Font Color

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

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


#bb087c Background Color

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

This div background color is #bb087c


#bb087c Border Color

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

This div border color is #bb087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb087c


Comments

No comments written yet.

Please login to write comment.