Color Hex Logo

#7976ad Color Hex

#7976AD
(121,118,173)
0 Favorites   0 Comments

Color spaces of #7976ad

RGB 121118173
HSL0.680.250.57
HSV243°32°68°
CMYK 0.300.320.00   0.32
XYZ21.906420.038942.2485
Yxy20.03890.26020.2380
Hunter Lab44.76489.0134-24.6218
CIE-Lab51.881213.9679-28.8384

#7976ad color RGB value is (121,118,173).

#7976ad hex color red value is 121, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7976ad hue: 0.68 , saturation: 0.25 and the lightness value of 7976ad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 10101101
Octal 171 166 255
Decimal 121 118 173
Hex 79 76 AD

RGB Percentages of Color #7976ad

%29.37
%28.64
%41.99

CMYK Percentages of Color #7976ad

%30
%32
%0
%32

Triadic Colors of #7976ad

#7976ad #ad7976 #76ad79

Analogous Colors of #7976ad

#7976ad #9576ad #768fad

Monochromatic Colors of #7976ad

#7976ad

Complementary Color

#7976ad #aaad76

#7976ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7976ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7976ad Color CSS Codes

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

#7976ad Text Font Color

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

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


#7976ad Background Color

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

This div background color is #7976ad


#7976ad Border Color

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

This div border color is #7976ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,118,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 #7976ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7976ad


Comments

No comments written yet.

Please login to write comment.