Color Hex Logo

#bb095e Color Hex

#BB095E
(187,9,94)
0 Favorites   0 Comments

Color spaces of #bb095e

RGB 187994
HSL0.920.910.38
HSV331°95°73°
CMYK 0.000.950.50   0.27
XYZ22.611611.568311.6308
Yxy11.56830.49360.2525
Hunter Lab34.012259.14693.5338
CIE-Lab40.521666.18632.5554

#bb095e color RGB value is (187,9,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 01011110
Octal 273 11 136
Decimal 187 9 94
Hex BB 9 5E

RGB Percentages of Color #bb095e

%64.48
%3.10
%32.41

CMYK Percentages of Color #bb095e

%0
%95
%50
%27

Triadic Colors of #bb095e

#bb095e #5ebb09 #095ebb

Analogous Colors of #bb095e

#bb095e #bb0d09 #bb09b7

Monochromatic Colors of #bb095e

#bb095e

Complementary Color

#bb095e #09bb66

#bb095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb095e Color CSS Codes

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

#bb095e Text Font Color

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

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


#bb095e Background Color

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

This div background color is #bb095e


#bb095e Border Color

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

This div border color is #bb095e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,9,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 #bb095e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb095e


Comments

No comments written yet.

Please login to write comment.