Color Hex Logo

#90076a Color Hex

#90076A
(144,7,106)
0 Favorites   0 Comments

Color spaces of #90076a

RGB 1447106
HSL0.880.910.30
HSV317°95°56°
CMYK 0.000.950.26   0.44
XYZ14.17917.121914.2630
Yxy7.12190.39870.2003
Hunter Lab26.686948.1374-13.0071
CIE-Lab32.082857.9260-18.6720

#90076a color RGB value is (144,7,106).

#90076a hex color red value is 144, green value is 7 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #90076a hue: 0.88 , saturation: 0.91 and the lightness value of 90076a is 0.30.

The process color (four color CMYK) of #90076a color hex is 0.00, 0.95, 0.26, 0.44. Web safe color of #90076a is #990066. Color #90076a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000111 01101010
Octal 220 7 152
Decimal 144 7 106
Hex 90 7 6A

RGB Percentages of Color #90076a

%56.03
%2.72
%41.25

CMYK Percentages of Color #90076a

%0
%95
%26
%44

Triadic Colors of #90076a

#90076a #6a9007 #076a90

Analogous Colors of #90076a

#90076a #900726 #720790

Monochromatic Colors of #90076a

#90076a

Complementary Color

#90076a #07902d

#90076a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90076a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90076a Color CSS Codes

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

#90076a Text Font Color

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

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


#90076a Background Color

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

This div background color is #90076a


#90076a Border Color

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

This div border color is #90076a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,7,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90076a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90076a;
  -webkit-box-shadow: 1px 1px 3px 2px #90076a;
  box-shadow:         1px 1px 3px 2px #90076a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90076a


Comments

No comments written yet.

Please login to write comment.