Color Hex Logo

#bb087f Color Hex

#BB087F
(187,8,127)
0 Favorites   0 Comments

Color spaces of #bb087f

RGB 1878127
HSL0.890.920.38
HSV320°96°73°
CMYK 0.000.960.32   0.27
XYZ24.411112.270821.1606
Yxy12.27080.42200.2121
Hunter Lab35.029763.0891-11.2949
CIE-Lab41.643369.3612-16.4623

#bb087f color RGB value is (187,8,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01111111
Octal 273 10 177
Decimal 187 8 127
Hex BB 8 7F

RGB Percentages of Color #bb087f

%58.07
%2.48
%39.44

CMYK Percentages of Color #bb087f

%0
%96
%32
%27

Triadic Colors of #bb087f

#bb087f #7fbb08 #087fbb

Analogous Colors of #bb087f

#bb087f #bb0826 #9e08bb

Monochromatic Colors of #bb087f

#bb087f

Complementary Color

#bb087f #08bb44

#bb087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb087f Color CSS Codes

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

#bb087f Text Font Color

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

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


#bb087f Background Color

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

This div background color is #bb087f


#bb087f Border Color

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

This div border color is #bb087f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb087f


Comments

No comments written yet.

Please login to write comment.