Color Hex Logo

#90585f Color Hex

#90585F
(144,88,95)
0 Favorites   0 Comments

Color spaces of #90585f

RGB 1448895
HSL0.980.240.45
HSV353°39°56°
CMYK 0.000.390.34   0.44
XYZ17.056913.735012.5786
Yxy13.73500.39330.3167
Hunter Lab37.060817.29685.8192
CIE-Lab43.850524.05085.7841

#90585f color RGB value is (144,88,95).

#90585f hex color red value is 144, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #90585f hue: 0.98 , saturation: 0.24 and the lightness value of 90585f is 0.45.

The process color (four color CMYK) of #90585f color hex is 0.00, 0.39, 0.34, 0.44. Web safe color of #90585f is #996666. Color #90585f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011000 01011111
Octal 220 130 137
Decimal 144 88 95
Hex 90 58 5F

RGB Percentages of Color #90585f

%44.04
%26.91
%29.05

CMYK Percentages of Color #90585f

%0
%39
%34
%44

Triadic Colors of #90585f

#90585f #5f9058 #585f90

Analogous Colors of #90585f

#90585f #906d58 #90587b

Monochromatic Colors of #90585f

#90585f

Complementary Color

#90585f #589089

#90585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90585f Color CSS Codes

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

#90585f Text Font Color

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

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


#90585f Background Color

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

This div background color is #90585f


#90585f Border Color

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

This div border color is #90585f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,88,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90585f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90585f;
  -webkit-box-shadow: 1px 1px 3px 2px #90585f;
  box-shadow:         1px 1px 3px 2px #90585f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90585f


Comments

No comments written yet.

Please login to write comment.