Color Hex Logo

#90769a Color Hex

#90769A
(144,118,154)
0 Favorites   0 Comments

Color spaces of #90769a

RGB 144118154
HSL0.790.150.53
HSV283°23°60°
CMYK 0.060.230.00   0.40
XYZ23.812821.219333.4125
Yxy21.21930.30360.2705
Hunter Lab46.064411.6621-10.7605
CIE-Lab53.188716.9786-15.6095

#90769a color RGB value is (144,118,154).

#90769a hex color red value is 144, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #90769a hue: 0.79 , saturation: 0.15 and the lightness value of 90769a is 0.53.

The process color (four color CMYK) of #90769a color hex is 0.06, 0.23, 0.00, 0.40. Web safe color of #90769a is #996699. Color #90769a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110110 10011010
Octal 220 166 232
Decimal 144 118 154
Hex 90 76 9A

RGB Percentages of Color #90769a

%34.62
%28.37
%37.02

CMYK Percentages of Color #90769a

%6
%23
%0
%40

Triadic Colors of #90769a

#90769a #9a9076 #769a90

Analogous Colors of #90769a

#90769a #9a7692 #7e769a

Monochromatic Colors of #90769a

#90769a

Complementary Color

#90769a #809a76

#90769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90769a Color CSS Codes

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

#90769a Text Font Color

<p style="color:#90769a">Text here</p>

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


#90769a Background Color

<div style="background-color:#90769a">
Div content here</div>

This div background color is #90769a


#90769a Border Color

<div style="border:3px solid #90769a">
Div here</div>

This div border color is #90769a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,118,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90769a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90769a;
  -webkit-box-shadow: 1px 1px 3px 2px #90769a;
  box-shadow:         1px 1px 3px 2px #90769a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90769a


Comments

No comments written yet.

Please login to write comment.