Color Hex Logo

#90595a Color Hex

#90595A
(144,89,90)
0 Favorites   0 Comments

Color spaces of #90595a

RGB 1448990
HSL1.000.240.46
HSV359°38°56°
CMYK 0.000.380.38   0.44
XYZ16.919413.812211.4471
Yxy13.81220.40110.3275
Hunter Lab37.164816.22447.7535
CIE-Lab43.962422.80858.9900

#90595a color RGB value is (144,89,90).

#90595a hex color red value is 144, green value is 89 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #90595a hue: 1.00 , saturation: 0.24 and the lightness value of 90595a is 0.46.

The process color (four color CMYK) of #90595a color hex is 0.00, 0.38, 0.38, 0.44. Web safe color of #90595a is #996666. Color #90595a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011001 01011010
Octal 220 131 132
Decimal 144 89 90
Hex 90 59 5A

RGB Percentages of Color #90595a

%44.58
%27.55
%27.86

CMYK Percentages of Color #90595a

%0
%38
%38
%44

Triadic Colors of #90595a

#90595a #5a9059 #595a90

Analogous Colors of #90595a

#90595a #907459 #905976

Monochromatic Colors of #90595a

#90595a

Complementary Color

#90595a #59908f

#90595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90595a Color CSS Codes

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

#90595a Text Font Color

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

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


#90595a Background Color

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

This div background color is #90595a


#90595a Border Color

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

This div border color is #90595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90595a


Comments

No comments written yet.

Please login to write comment.