Color Hex Logo

#90689f Color Hex

#90689F
(144,104,159)
0 Favorites   0 Comments

Color spaces of #90689f

RGB 144104159
HSL0.790.220.52
HSV284°35°62°
CMYK 0.090.350.00   0.38
XYZ22.709918.333135.1426
Yxy18.33310.29810.2406
Hunter Lab42.817219.7450-18.6908
CIE-Lab49.897726.2206-23.5730

#90689f color RGB value is (144,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101000 10011111
Octal 220 150 237
Decimal 144 104 159
Hex 90 68 9F

RGB Percentages of Color #90689f

%35.38
%25.55
%39.07

CMYK Percentages of Color #90689f

%9
%35
%0
%38

Triadic Colors of #90689f

#90689f #9f9068 #689f90

Analogous Colors of #90689f

#90689f #9f6893 #75689f

Monochromatic Colors of #90689f

#90689f

Complementary Color

#90689f #779f68

#90689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90689f Color CSS Codes

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

#90689f Text Font Color

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

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


#90689f Background Color

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

This div background color is #90689f


#90689f Border Color

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

This div border color is #90689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90689f


Comments

No comments written yet.

Please login to write comment.