Color Hex Logo

#90136d Color Hex

#90136D
(144,19,109)
0 Favorites   0 Comments

Color spaces of #90136d

RGB 14419109
HSL0.880.770.32
HSV317°87°56°
CMYK 0.000.870.24   0.44
XYZ14.49487.499215.1515
Yxy7.49920.39020.2019
Hunter Lab27.384746.5575-13.6349
CIE-Lab32.917456.2826-19.3000

#90136d color RGB value is (144,19,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010011 01101101
Octal 220 23 155
Decimal 144 19 109
Hex 90 13 6D

RGB Percentages of Color #90136d

%52.94
%6.99
%40.07

CMYK Percentages of Color #90136d

%0
%87
%24
%44

Triadic Colors of #90136d

#90136d #6d9013 #136d90

Analogous Colors of #90136d

#90136d #90132f #751390

Monochromatic Colors of #90136d

#90136d

Complementary Color

#90136d #139036

#90136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90136d Color CSS Codes

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

#90136d Text Font Color

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

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


#90136d Background Color

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

This div background color is #90136d


#90136d Border Color

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

This div border color is #90136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90136d


Comments

No comments written yet.

Please login to write comment.