Color Hex Logo

#bb086f Color Hex

#BB086F
(187,8,111)
0 Favorites   0 Comments

Color spaces of #bb086f

RGB 1878111
HSL0.900.920.38
HSV325°96°73°
CMYK 0.000.960.41   0.27
XYZ23.449611.886216.0973
Yxy11.88620.45590.2311
Hunter Lab34.476461.0757-3.5495
CIE-Lab41.034767.7558-7.4177

#bb086f color RGB value is (187,8,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01101111
Octal 273 10 157
Decimal 187 8 111
Hex BB 8 6F

RGB Percentages of Color #bb086f

%61.11
%2.61
%36.27

CMYK Percentages of Color #bb086f

%0
%96
%41
%27

Triadic Colors of #bb086f

#bb086f #6fbb08 #086fbb

Analogous Colors of #bb086f

#bb086f #bb0815 #ae08bb

Monochromatic Colors of #bb086f

#bb086f

Complementary Color

#bb086f #08bb54

#bb086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb086f Color CSS Codes

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

#bb086f Text Font Color

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

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


#bb086f Background Color

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

This div background color is #bb086f


#bb086f Border Color

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

This div border color is #bb086f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb086f


Comments

No comments written yet.

Please login to write comment.