Color Hex Logo

#bb085f Color Hex

#BB085F
(187,8,95)
0 Favorites   0 Comments

Color spaces of #bb085f

RGB 187895
HSL0.920.920.38
HSV331°96°73°
CMYK 0.000.960.49   0.27
XYZ22.645911.564711.8651
Yxy11.56470.49150.2510
Hunter Lab34.006959.35473.1184
CIE-Lab40.515766.36821.9123

#bb085f color RGB value is (187,8,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 01011111
Octal 273 10 137
Decimal 187 8 95
Hex BB 8 5F

RGB Percentages of Color #bb085f

%64.48
%2.76
%32.76

CMYK Percentages of Color #bb085f

%0
%96
%49
%27

Triadic Colors of #bb085f

#bb085f #5fbb08 #085fbb

Analogous Colors of #bb085f

#bb085f #bb0b08 #bb08b9

Monochromatic Colors of #bb085f

#bb085f

Complementary Color

#bb085f #08bb64

#bb085f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb085f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb085f Color CSS Codes

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

#bb085f Text Font Color

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

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


#bb085f Background Color

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

This div background color is #bb085f


#bb085f Border Color

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

This div border color is #bb085f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb085f


Comments

No comments written yet.

Please login to write comment.