Color Hex Logo

#7865ad Color Hex

#7865AD
(120,101,173)
0 Favorites   0 Comments

Color spaces of #7865ad

RGB 120101173
HSL0.710.310.54
HSV256°42°68°
CMYK 0.310.420.00   0.32
XYZ19.942216.317641.6337
Yxy16.31760.25600.2095
Hunter Lab40.395017.4304-32.8315
CIE-Lab47.388423.8823-35.8734

#7865ad color RGB value is (120,101,173).

#7865ad hex color red value is 120, green value is 101 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7865ad hue: 0.71 , saturation: 0.31 and the lightness value of 7865ad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100101 10101101
Octal 170 145 255
Decimal 120 101 173
Hex 78 65 AD

RGB Percentages of Color #7865ad

%30.46
%25.63
%43.91

CMYK Percentages of Color #7865ad

%31
%42
%0
%32

Triadic Colors of #7865ad

#7865ad #ad7865 #65ad78

Analogous Colors of #7865ad

#7865ad #9c65ad #6576ad

Monochromatic Colors of #7865ad

#7865ad

Complementary Color

#7865ad #9aad65

#7865ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7865ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7865ad Color CSS Codes

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

#7865ad Text Font Color

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

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


#7865ad Background Color

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

This div background color is #7865ad


#7865ad Border Color

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

This div border color is #7865ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7865ad


Comments

No comments written yet.

Please login to write comment.