Color Hex Logo

#90537e Color Hex

#90537E
(144,83,126)
0 Favorites   0 Comments

Color spaces of #90537e

RGB 14483126
HSL0.880.270.45
HSV318°42°56°
CMYK 0.000.420.13   0.44
XYZ18.360813.622221.4003
Yxy13.62220.34390.2552
Hunter Lab36.908324.2092-8.5420
CIE-Lab43.686231.7696-13.3759

#90537e color RGB value is (144,83,126).

#90537e hex color red value is 144, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #90537e hue: 0.88 , saturation: 0.27 and the lightness value of 90537e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010011 01111110
Octal 220 123 176
Decimal 144 83 126
Hex 90 53 7E

RGB Percentages of Color #90537e

%40.79
%23.51
%35.69

CMYK Percentages of Color #90537e

%0
%42
%13
%44

Triadic Colors of #90537e

#90537e #7e9053 #537e90

Analogous Colors of #90537e

#90537e #905360 #845390

Monochromatic Colors of #90537e

#90537e

Complementary Color

#90537e #539065

#90537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90537e Color CSS Codes

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

#90537e Text Font Color

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

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


#90537e Background Color

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

This div background color is #90537e


#90537e Border Color

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

This div border color is #90537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90537e


Comments

No comments written yet.

Please login to write comment.