Color Hex Logo

#90375c Color Hex

#90375C
(144,55,92)
0 Favorites   0 Comments

Color spaces of #90375c

RGB 1445592
HSL0.930.450.39
HSV335°62°56°
CMYK 0.000.620.36   0.44
XYZ14.79969.434411.1662
Yxy9.43440.41810.2665
Hunter Lab30.715532.2544-0.0533
CIE-Lab36.807641.3739-2.5674

#90375c color RGB value is (144,55,92).

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

The process color (four color CMYK) of #90375c color hex is 0.00, 0.62, 0.36, 0.44. Web safe color of #90375c is #993366. Color #90375c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00110111 01011100
Octal 220 67 134
Decimal 144 55 92
Hex 90 37 5C

RGB Percentages of Color #90375c

%49.48
%18.90
%31.62

CMYK Percentages of Color #90375c

%0
%62
%36
%44

Triadic Colors of #90375c

#90375c #5c9037 #375c90

Analogous Colors of #90375c

#90375c #903f37 #903789

Monochromatic Colors of #90375c

#90375c

Complementary Color

#90375c #37906b

#90375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90375c Color CSS Codes

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

#90375c Text Font Color

<p style="color:#90375c">Text here</p>

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


#90375c Background Color

<div style="background-color:#90375c">
Div content here</div>

This div background color is #90375c


#90375c Border Color

<div style="border:3px solid #90375c">
Div here</div>

This div border color is #90375c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,55,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90375c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90375c;
  -webkit-box-shadow: 1px 1px 3px 2px #90375c;
  box-shadow:         1px 1px 3px 2px #90375c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90375c


Comments

No comments written yet.

Please login to write comment.