Color Hex Logo

#7877ad Color Hex

#7877AD
(120,119,173)
0 Favorites   0 Comments

Color spaces of #7877ad

RGB 120119173
HSL0.670.250.57
HSV241°31°68°
CMYK 0.310.310.00   0.32
XYZ21.885420.203942.2814
Yxy20.20390.25940.2395
Hunter Lab44.94878.2508-24.3075
CIE-Lab52.067013.0690-28.5559

#7877ad color RGB value is (120,119,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110111 10101101
Octal 170 167 255
Decimal 120 119 173
Hex 78 77 AD

RGB Percentages of Color #7877ad

%29.13
%28.88
%41.99

CMYK Percentages of Color #7877ad

%31
%31
%0
%32

Triadic Colors of #7877ad

#7877ad #ad7877 #77ad78

Analogous Colors of #7877ad

#7877ad #9377ad #7791ad

Monochromatic Colors of #7877ad

#7877ad

Complementary Color

#7877ad #acad77

#7877ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7877ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7877ad Color CSS Codes

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

#7877ad Text Font Color

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

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


#7877ad Background Color

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

This div background color is #7877ad


#7877ad Border Color

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

This div border color is #7877ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7877ad


Comments

No comments written yet.

Please login to write comment.