Color Hex Logo

#90136f Color Hex

#90136F
(144,19,111)
0 Favorites   0 Comments

Color spaces of #90136f

RGB 14419111
HSL0.880.770.32
HSV316°87°56°
CMYK 0.000.870.23   0.44
XYZ14.60377.542715.7251
Yxy7.54270.38560.1992
Hunter Lab27.464046.8537-14.7230
CIE-Lab33.011856.5430-20.4289

#90136f color RGB value is (144,19,111).

#90136f hex color red value is 144, green value is 19 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #90136f hue: 0.88 , saturation: 0.77 and the lightness value of 90136f is 0.32.

The process color (four color CMYK) of #90136f color hex is 0.00, 0.87, 0.23, 0.44. Web safe color of #90136f is #990066. Color #90136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010011 01101111
Octal 220 23 157
Decimal 144 19 111
Hex 90 13 6F

RGB Percentages of Color #90136f

%52.55
%6.93
%40.51

CMYK Percentages of Color #90136f

%0
%87
%23
%44

Triadic Colors of #90136f

#90136f #6f9013 #136f90

Analogous Colors of #90136f

#90136f #901331 #731390

Monochromatic Colors of #90136f

#90136f

Complementary Color

#90136f #139034

#90136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90136f Color CSS Codes

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

#90136f Text Font Color

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

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


#90136f Background Color

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

This div background color is #90136f


#90136f Border Color

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

This div border color is #90136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90136f


Comments

No comments written yet.

Please login to write comment.