Color Hex Logo

#90487e Color Hex

#90487E
(144,72,126)
0 Favorites   0 Comments

Color spaces of #90487e

RGB 14472126
HSL0.880.330.42
HSV315°50°56°
CMYK 0.000.500.13   0.44
XYZ17.584912.070421.1417
Yxy12.07040.34620.2376
Hunter Lab34.742529.5484-11.7598
CIE-Lab41.327837.8049-16.9718

#90487e color RGB value is (144,72,126).

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

The process color (four color CMYK) of #90487e color hex is 0.00, 0.50, 0.13, 0.44. Web safe color of #90487e is #993366. Color #90487e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001000 01111110
Octal 220 110 176
Decimal 144 72 126
Hex 90 48 7E

RGB Percentages of Color #90487e

%42.11
%21.05
%36.84

CMYK Percentages of Color #90487e

%0
%50
%13
%44

Triadic Colors of #90487e

#90487e #7e9048 #487e90

Analogous Colors of #90487e

#90487e #90485a #7e4890

Monochromatic Colors of #90487e

#90487e

Complementary Color

#90487e #48905a

#90487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90487e Color CSS Codes

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

#90487e Text Font Color

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

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


#90487e Background Color

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

This div background color is #90487e


#90487e Border Color

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

This div border color is #90487e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,72,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 #90487e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90487e


Comments

No comments written yet.

Please login to write comment.