Color Hex Logo

#90409f Color Hex

#90409F
(144,64,159)
0 Favorites   0 Comments

Color spaces of #90409f

RGB 14464159
HSL0.810.430.44
HSV291°60°62°
CMYK 0.090.600.00   0.38
XYZ19.593012.099334.1036
Yxy12.09930.29780.1839
Hunter Lab34.784039.6726-33.7813
CIE-Lab41.373548.0644-36.9042

#90409f color RGB value is (144,64,159).

#90409f hex color red value is 144, green value is 64 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #90409f hue: 0.81 , saturation: 0.43 and the lightness value of 90409f is 0.44.

The process color (four color CMYK) of #90409f color hex is 0.09, 0.60, 0.00, 0.38. Web safe color of #90409f is #993399. Color #90409f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01000000 10011111
Octal 220 100 237
Decimal 144 64 159
Hex 90 40 9F

RGB Percentages of Color #90409f

%39.24
%17.44
%43.32

CMYK Percentages of Color #90409f

%9
%60
%0
%38

Triadic Colors of #90409f

#90409f #9f9040 #409f90

Analogous Colors of #90409f

#90409f #9f407f #60409f

Monochromatic Colors of #90409f

#90409f

Complementary Color

#90409f #4f9f40

#90409f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90409f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90409f Color CSS Codes

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

#90409f Text Font Color

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

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


#90409f Background Color

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

This div background color is #90409f


#90409f Border Color

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

This div border color is #90409f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90409f


Comments

No comments written yet.

Please login to write comment.