Color Hex Logo

#bb088f Color Hex

#BB088F
(187,8,143)
0 Favorites   0 Comments

Color spaces of #bb088f

RGB 1878143
HSL0.870.920.38
HSV315°96°73°
CMYK 0.000.960.24   0.27
XYZ25.538312.721627.0961
Yxy12.72160.39080.1947
Hunter Lab35.667465.3905-20.0748
CIE-Lab42.340771.1735-25.2120

#bb088f color RGB value is (187,8,143).

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

The process color (four color CMYK) of #bb088f color hex is 0.00, 0.96, 0.24, 0.27. Web safe color of #bb088f is #cc0099. Color #bb088f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 10001111
Octal 273 10 217
Decimal 187 8 143
Hex BB 8 8F

RGB Percentages of Color #bb088f

%55.33
%2.37
%42.31

CMYK Percentages of Color #bb088f

%0
%96
%24
%27

Triadic Colors of #bb088f

#bb088f #8fbb08 #088fbb

Analogous Colors of #bb088f

#bb088f #bb0835 #8e08bb

Monochromatic Colors of #bb088f

#bb088f

Complementary Color

#bb088f #08bb34

#bb088f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb088f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb088f Color CSS Codes

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

#bb088f Text Font Color

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

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


#bb088f Background Color

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

This div background color is #bb088f


#bb088f Border Color

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

This div border color is #bb088f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb088f


Comments

No comments written yet.

Please login to write comment.