Color Hex Logo

#7876ad Color Hex

#7876AD
(120,118,173)
0 Favorites   0 Comments

Color spaces of #7876ad

RGB 120118173
HSL0.670.250.57
HSV242°32°68°
CMYK 0.310.320.00   0.32
XYZ21.767019.967142.2419
Yxy19.96710.25920.2378
Hunter Lab44.68468.7540-24.7697
CIE-Lab51.800013.6661-28.9707

#7876ad color RGB value is (120,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 10101101
Octal 170 166 255
Decimal 120 118 173
Hex 78 76 AD

RGB Percentages of Color #7876ad

%29.20
%28.71
%42.09

CMYK Percentages of Color #7876ad

%31
%32
%0
%32

Triadic Colors of #7876ad

#7876ad #ad7876 #76ad78

Analogous Colors of #7876ad

#7876ad #9476ad #7690ad

Monochromatic Colors of #7876ad

#7876ad

Complementary Color

#7876ad #abad76

#7876ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7876ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7876ad Color CSS Codes

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

#7876ad Text Font Color

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

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


#7876ad Background Color

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

This div background color is #7876ad


#7876ad Border Color

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

This div border color is #7876ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7876ad


Comments

No comments written yet.

Please login to write comment.