Color Hex Logo

#90506e Color Hex

#90506E
(144,80,110)
0 Favorites   0 Comments

Color spaces of #90506e

RGB 14480110
HSL0.920.290.44
HSV332°44°56°
CMYK 0.000.440.24   0.44
XYZ17.184712.792416.3153
Yxy12.79240.37120.2763
Hunter Lab35.766523.1725-2.0093
CIE-Lab42.448830.7952-5.4549

#90506e color RGB value is (144,80,110).

#90506e hex color red value is 144, green value is 80 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #90506e hue: 0.92 , saturation: 0.29 and the lightness value of 90506e is 0.44.

The process color (four color CMYK) of #90506e color hex is 0.00, 0.44, 0.24, 0.44. Web safe color of #90506e is #996666. Color #90506e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010000 01101110
Octal 220 120 156
Decimal 144 80 110
Hex 90 50 6E

RGB Percentages of Color #90506e

%43.11
%23.95
%32.93

CMYK Percentages of Color #90506e

%0
%44
%24
%44

Triadic Colors of #90506e

#90506e #6e9050 #506e90

Analogous Colors of #90506e

#90506e #905250 #90508e

Monochromatic Colors of #90506e

#90506e

Complementary Color

#90506e #509072

#90506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90506e Color CSS Codes

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

#90506e Text Font Color

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

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


#90506e Background Color

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

This div background color is #90506e


#90506e Border Color

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

This div border color is #90506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90506e


Comments

No comments written yet.

Please login to write comment.