Color Hex Logo

#90837c Color Hex

#90837C
(144,131,124)
0 Favorites   0 Comments

Color spaces of #90837c

RGB 144131124
HSL0.060.080.53
HSV21°14°56°
CMYK 0.000.090.14   0.44
XYZ23.256023.617122.4016
Yxy23.61710.33570.3409
Hunter Lab48.59740.37466.6877
CIE-Lab55.70243.66765.5557

#90837c color RGB value is (144,131,124).

#90837c hex color red value is 144, green value is 131 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #90837c hue: 0.06 , saturation: 0.08 and the lightness value of 90837c is 0.53.

The process color (four color CMYK) of #90837c color hex is 0.00, 0.09, 0.14, 0.44. Web safe color of #90837c is #999966. Color #90837c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 01111100
Octal 220 203 174
Decimal 144 131 124
Hex 90 83 7C

RGB Percentages of Color #90837c

%36.09
%32.83
%31.08

CMYK Percentages of Color #90837c

%0
%9
%14
%44

Triadic Colors of #90837c

#90837c #7c9083 #837c90

Analogous Colors of #90837c

#90837c #908d7c #907c7f

Monochromatic Colors of #90837c

#90837c

Complementary Color

#90837c #7c8990

#90837c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90837c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90837c Color CSS Codes

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

#90837c Text Font Color

<p style="color:#90837c">Text here</p>

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


#90837c Background Color

<div style="background-color:#90837c">
Div content here</div>

This div background color is #90837c


#90837c Border Color

<div style="border:3px solid #90837c">
Div here</div>

This div border color is #90837c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,131,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90837c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90837c;
  -webkit-box-shadow: 1px 1px 3px 2px #90837c;
  box-shadow:         1px 1px 3px 2px #90837c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90837c


Comments

No comments written yet.

Please login to write comment.