Color Hex Logo

#96077e Color Hex

#96077E
(150,7,126)
0 Favorites   0 Comments

Color spaces of #96077e

RGB 1507126
HSL0.860.910.31
HSV310°95°59°
CMYK 0.000.950.16   0.41
XYZ16.41968.142320.4449
Yxy8.14230.36480.1809
Hunter Lab28.534752.7777-22.5065
CIE-Lab34.277561.7564-27.8409

#96077e color RGB value is (150,7,126).

#96077e hex color red value is 150, green value is 7 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96077e hue: 0.86 , saturation: 0.91 and the lightness value of 96077e is 0.31.

The process color (four color CMYK) of #96077e color hex is 0.00, 0.95, 0.16, 0.41. Web safe color of #96077e is #990066. Color #96077e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000111 01111110
Octal 226 7 176
Decimal 150 7 126
Hex 96 7 7E

RGB Percentages of Color #96077e

%53.00
%2.47
%44.52

CMYK Percentages of Color #96077e

%0
%95
%16
%41

Triadic Colors of #96077e

#96077e #7e9607 #077e96

Analogous Colors of #96077e

#96077e #960736 #670796

Monochromatic Colors of #96077e

#96077e

Complementary Color

#96077e #07961f

#96077e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96077e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96077e Color CSS Codes

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

#96077e Text Font Color

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

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


#96077e Background Color

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

This div background color is #96077e


#96077e Border Color

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

This div border color is #96077e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,7,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96077e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96077e;
  -webkit-box-shadow: 1px 1px 3px 2px #96077e;
  box-shadow:         1px 1px 3px 2px #96077e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96077e


Comments

No comments written yet.

Please login to write comment.