Color Hex Logo

#7990ad Color Hex

#7990AD
(121,144,173)
0 Favorites   0 Comments

Color spaces of #7990ad

RGB 121144173
HSL0.590.240.58
HSV213°30°68°
CMYK 0.300.170.00   0.32
XYZ25.401227.028643.4134
Yxy27.02860.26500.2820
Hunter Lab51.9890-3.7679-13.1177
CIE-Lab59.0008-1.2154-17.8917

#7990ad color RGB value is (121,144,173).

#7990ad hex color red value is 121, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7990ad hue: 0.59 , saturation: 0.24 and the lightness value of 7990ad is 0.58.

The process color (four color CMYK) of #7990ad color hex is 0.30, 0.17, 0.00, 0.32. Web safe color of #7990ad is #669999. Color #7990ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 10101101
Octal 171 220 255
Decimal 121 144 173
Hex 79 90 AD

RGB Percentages of Color #7990ad

%27.63
%32.88
%39.50

CMYK Percentages of Color #7990ad

%30
%17
%0
%32

Triadic Colors of #7990ad

#7990ad #ad7990 #90ad79

Analogous Colors of #7990ad

#7990ad #7c79ad #79aaad

Monochromatic Colors of #7990ad

#7990ad

Complementary Color

#7990ad #ad9679

#7990ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7990ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7990ad Color CSS Codes

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

#7990ad Text Font Color

<p style="color:#7990ad">Text here</p>

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


#7990ad Background Color

<div style="background-color:#7990ad">
Div content here</div>

This div background color is #7990ad


#7990ad Border Color

<div style="border:3px solid #7990ad">
Div here</div>

This div border color is #7990ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,144,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7990ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7990ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7990ad;
  box-shadow:         1px 1px 3px 2px #7990ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7990ad


Comments

No comments written yet.

Please login to write comment.