Color Hex Logo

#96085b Color Hex

#96085B
(150,8,91)
0 Favorites   0 Comments

Color spaces of #96085b

RGB 150891
HSL0.900.900.31
HSV325°95°59°
CMYK 0.000.950.39   0.41
XYZ14.55287.413010.5614
Yxy7.41300.44740.2279
Hunter Lab27.226847.7617-3.9401
CIE-Lab32.729257.4494-7.8774

#96085b color RGB value is (150,8,91).

#96085b hex color red value is 150, green value is 8 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96085b hue: 0.90 , saturation: 0.90 and the lightness value of 96085b is 0.31.

The process color (four color CMYK) of #96085b color hex is 0.00, 0.95, 0.39, 0.41. Web safe color of #96085b is #990066. Color #96085b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00001000 01011011
Octal 226 10 133
Decimal 150 8 91
Hex 96 8 5B

RGB Percentages of Color #96085b

%60.24
%3.21
%36.55

CMYK Percentages of Color #96085b

%0
%95
%39
%41

Triadic Colors of #96085b

#96085b #5b9608 #085b96

Analogous Colors of #96085b

#96085b #960814 #8a0896

Monochromatic Colors of #96085b

#96085b

Complementary Color

#96085b #089643

#96085b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96085b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96085b Color CSS Codes

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

#96085b Text Font Color

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

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


#96085b Background Color

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

This div background color is #96085b


#96085b Border Color

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

This div border color is #96085b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,8,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96085b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96085b;
  -webkit-box-shadow: 1px 1px 3px 2px #96085b;
  box-shadow:         1px 1px 3px 2px #96085b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96085b


Comments

No comments written yet.

Please login to write comment.