Color Hex Logo

#90365a Color Hex

#90365A
(144,54,90)
0 Favorites   0 Comments

Color spaces of #90365a

RGB 1445490
HSL0.930.450.39
HSV336°63°56°
CMYK 0.000.630.38   0.44
XYZ14.66629.305810.6961
Yxy9.30580.42300.2684
Hunter Lab30.505432.43360.5650
CIE-Lab36.566541.6022-1.6504

#90365a color RGB value is (144,54,90).

#90365a hex color red value is 144, green value is 54 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #90365a hue: 0.93 , saturation: 0.45 and the lightness value of 90365a is 0.39.

The process color (four color CMYK) of #90365a color hex is 0.00, 0.63, 0.38, 0.44. Web safe color of #90365a is #993366. Color #90365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00110110 01011010
Octal 220 66 132
Decimal 144 54 90
Hex 90 36 5A

RGB Percentages of Color #90365a

%50.00
%18.75
%31.25

CMYK Percentages of Color #90365a

%0
%63
%38
%44

Triadic Colors of #90365a

#90365a #5a9036 #365a90

Analogous Colors of #90365a

#90365a #903f36 #903687

Monochromatic Colors of #90365a

#90365a

Complementary Color

#90365a #36906c

#90365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90365a Color CSS Codes

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

#90365a Text Font Color

<p style="color:#90365a">Text here</p>

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


#90365a Background Color

<div style="background-color:#90365a">
Div content here</div>

This div background color is #90365a


#90365a Border Color

<div style="border:3px solid #90365a">
Div here</div>

This div border color is #90365a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,54,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90365a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90365a;
  -webkit-box-shadow: 1px 1px 3px 2px #90365a;
  box-shadow:         1px 1px 3px 2px #90365a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90365a


Comments

No comments written yet.

Please login to write comment.