Color Hex Logo

#90699f Color Hex

#90699F
(144,105,159)
0 Favorites   0 Comments

Color spaces of #90699f

RGB 144105159
HSL0.790.220.52
HSV283°34°62°
CMYK 0.090.340.00   0.38
XYZ22.811218.535635.1763
Yxy18.53560.29810.2422
Hunter Lab43.053019.2337-18.3056
CIE-Lab50.139425.6393-23.2000

#90699f color RGB value is (144,105,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101001 10011111
Octal 220 151 237
Decimal 144 105 159
Hex 90 69 9F

RGB Percentages of Color #90699f

%35.29
%25.74
%38.97

CMYK Percentages of Color #90699f

%9
%34
%0
%38

Triadic Colors of #90699f

#90699f #9f9069 #699f90

Analogous Colors of #90699f

#90699f #9f6993 #75699f

Monochromatic Colors of #90699f

#90699f

Complementary Color

#90699f #789f69

#90699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90699f Color CSS Codes

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

#90699f Text Font Color

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

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


#90699f Background Color

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

This div background color is #90699f


#90699f Border Color

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

This div border color is #90699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90699f


Comments

No comments written yet.

Please login to write comment.