Color Hex Logo

#bb095d Color Hex

#BB095D
(187,9,93)
0 Favorites   0 Comments

Color spaces of #bb095d

RGB 187993
HSL0.920.910.38
HSV332°95°73°
CMYK 0.000.950.50   0.27
XYZ22.567011.550511.3960
Yxy11.55050.49580.2538
Hunter Lab33.986059.04993.9094
CIE-Lab40.492666.10753.1483

#bb095d color RGB value is (187,9,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 01011101
Octal 273 11 135
Decimal 187 9 93
Hex BB 9 5D

RGB Percentages of Color #bb095d

%64.71
%3.11
%32.18

CMYK Percentages of Color #bb095d

%0
%95
%50
%27

Triadic Colors of #bb095d

#bb095d #5dbb09 #095dbb

Analogous Colors of #bb095d

#bb095d #bb0e09 #bb09b6

Monochromatic Colors of #bb095d

#bb095d

Complementary Color

#bb095d #09bb67

#bb095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb095d Color CSS Codes

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

#bb095d Text Font Color

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

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


#bb095d Background Color

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

This div background color is #bb095d


#bb095d Border Color

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

This div border color is #bb095d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb095d


Comments

No comments written yet.

Please login to write comment.