Color Hex Logo

#90659f Color Hex

#90659F
(144,101,159)
0 Favorites   0 Comments

Color spaces of #90659f

RGB 144101159
HSL0.790.230.51
HSV284°36°62°
CMYK 0.090.360.00   0.38
XYZ22.413317.739935.0437
Yxy17.73990.29810.2359
Hunter Lab42.118821.2801-19.8474
CIE-Lab49.179127.9612-24.6830

#90659f color RGB value is (144,101,159).

#90659f hex color red value is 144, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #90659f hue: 0.79 , saturation: 0.23 and the lightness value of 90659f is 0.51.

The process color (four color CMYK) of #90659f color hex is 0.09, 0.36, 0.00, 0.38. Web safe color of #90659f is #996699. Color #90659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100101 10011111
Octal 220 145 237
Decimal 144 101 159
Hex 90 65 9F

RGB Percentages of Color #90659f

%35.64
%25.00
%39.36

CMYK Percentages of Color #90659f

%9
%36
%0
%38

Triadic Colors of #90659f

#90659f #9f9065 #659f90

Analogous Colors of #90659f

#90659f #9f6591 #73659f

Monochromatic Colors of #90659f

#90659f

Complementary Color

#90659f #749f65

#90659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90659f Color CSS Codes

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

#90659f Text Font Color

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

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


#90659f Background Color

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

This div background color is #90659f


#90659f Border Color

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

This div border color is #90659f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,101,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 #90659f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90659f


Comments

No comments written yet.

Please login to write comment.