Color Hex Logo

#bb085e Color Hex

#BB085E
(187,8,94)
0 Favorites   0 Comments

Color spaces of #bb085e

RGB 187894
HSL0.920.920.38
HSV331°96°73°
CMYK 0.000.960.50   0.27
XYZ22.600711.546611.6272
Yxy11.54660.49370.2522
Hunter Lab33.980359.25703.4987
CIE-Lab40.486266.28902.5042

#bb085e color RGB value is (187,8,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01011110
Octal 273 10 136
Decimal 187 8 94
Hex BB 8 5E

RGB Percentages of Color #bb085e

%64.71
%2.77
%32.53

CMYK Percentages of Color #bb085e

%0
%96
%50
%27

Triadic Colors of #bb085e

#bb085e #5ebb08 #085ebb

Analogous Colors of #bb085e

#bb085e #bb0c08 #bb08b8

Monochromatic Colors of #bb085e

#bb085e

Complementary Color

#bb085e #08bb65

#bb085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb085e Color CSS Codes

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

#bb085e Text Font Color

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

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


#bb085e Background Color

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

This div background color is #bb085e


#bb085e Border Color

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

This div border color is #bb085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb085e


Comments

No comments written yet.

Please login to write comment.