Color Hex Logo

#7875ad Color Hex

#7875AD
(120,117,173)
0 Favorites   0 Comments

Color spaces of #7875ad

RGB 120117173
HSL0.680.250.57
HSV243°32°68°
CMYK 0.310.320.00   0.32
XYZ21.649819.732842.2029
Yxy19.73280.25900.2361
Hunter Lab44.42169.2579-25.2335
CIE-Lab51.533814.2637-29.3848

#7875ad color RGB value is (120,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110101 10101101
Octal 170 165 255
Decimal 120 117 173
Hex 78 75 AD

RGB Percentages of Color #7875ad

%29.27
%28.54
%42.20

CMYK Percentages of Color #7875ad

%31
%32
%0
%32

Triadic Colors of #7875ad

#7875ad #ad7875 #75ad78

Analogous Colors of #7875ad

#7875ad #9475ad #758ead

Monochromatic Colors of #7875ad

#7875ad

Complementary Color

#7875ad #aaad75

#7875ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7875ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7875ad Color CSS Codes

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

#7875ad Text Font Color

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

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


#7875ad Background Color

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

This div background color is #7875ad


#7875ad Border Color

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

This div border color is #7875ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7875ad


Comments

No comments written yet.

Please login to write comment.