Color Hex Logo

#90825e Color Hex

#90825E
(144,130,94)
0 Favorites   0 Comments

Color spaces of #90825e

RGB 14413094
HSL0.120.210.47
HSV43°35°56°
CMYK 0.000.100.35   0.44
XYZ21.504622.702713.8383
Yxy22.70270.37050.3911
Hunter Lab47.6474-2.820816.1335
CIE-Lab54.7648-0.347421.4531

#90825e color RGB value is (144,130,94).

#90825e hex color red value is 144, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #90825e hue: 0.12 , saturation: 0.21 and the lightness value of 90825e is 0.47.

The process color (four color CMYK) of #90825e color hex is 0.00, 0.10, 0.35, 0.44. Web safe color of #90825e is #999966. Color #90825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000010 01011110
Octal 220 202 136
Decimal 144 130 94
Hex 90 82 5E

RGB Percentages of Color #90825e

%39.13
%35.33
%25.54

CMYK Percentages of Color #90825e

%0
%10
%35
%44

Triadic Colors of #90825e

#90825e #5e9082 #825e90

Analogous Colors of #90825e

#90825e #85905e #90695e

Monochromatic Colors of #90825e

#90825e

Complementary Color

#90825e #5e6c90

#90825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90825e Color CSS Codes

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

#90825e Text Font Color

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

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


#90825e Background Color

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

This div background color is #90825e


#90825e Border Color

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

This div border color is #90825e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,130,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90825e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90825e;
  -webkit-box-shadow: 1px 1px 3px 2px #90825e;
  box-shadow:         1px 1px 3px 2px #90825e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90825e


Comments

No comments written yet.

Please login to write comment.