Color Hex Logo

#90527f Color Hex

#90527F
(144,82,127)
0 Favorites   0 Comments

Color spaces of #90527f

RGB 14482127
HSL0.880.270.44
HSV316°43°56°
CMYK 0.000.430.12   0.44
XYZ18.349713.496221.7166
Yxy13.49620.34260.2520
Hunter Lab36.737224.8682-9.3323
CIE-Lab43.501632.5071-14.2643

#90527f color RGB value is (144,82,127).

#90527f hex color red value is 144, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #90527f hue: 0.88 , saturation: 0.27 and the lightness value of 90527f is 0.44.

The process color (four color CMYK) of #90527f color hex is 0.00, 0.43, 0.12, 0.44. Web safe color of #90527f is #996666. Color #90527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010010 01111111
Octal 220 122 177
Decimal 144 82 127
Hex 90 52 7F

RGB Percentages of Color #90527f

%40.79
%23.23
%35.98

CMYK Percentages of Color #90527f

%0
%43
%12
%44

Triadic Colors of #90527f

#90527f #7f9052 #527f90

Analogous Colors of #90527f

#90527f #905260 #825290

Monochromatic Colors of #90527f

#90527f

Complementary Color

#90527f #529063

#90527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90527f Color CSS Codes

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

#90527f Text Font Color

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

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


#90527f Background Color

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

This div background color is #90527f


#90527f Border Color

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

This div border color is #90527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90527f


Comments

No comments written yet.

Please login to write comment.