Color Hex Logo

#7860aa Color Hex

#7860AA
(120,96,170)
0 Favorites   0 Comments

Color spaces of #7860aa

RGB 12096170
HSL0.720.300.52
HSV259°44°67°
CMYK 0.290.440.00   0.33
XYZ19.184315.261139.9648
Yxy15.26110.25780.2051
Hunter Lab39.065519.2934-33.3091
CIE-Lab45.989826.0986-36.3187

#7860aa color RGB value is (120,96,170).

#7860aa hex color red value is 120, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7860aa hue: 0.72 , saturation: 0.30 and the lightness value of 7860aa is 0.52.

The process color (four color CMYK) of #7860aa color hex is 0.29, 0.44, 0.00, 0.33. Web safe color of #7860aa is #666699. Color #7860aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100000 10101010
Octal 170 140 252
Decimal 120 96 170
Hex 78 60 AA

RGB Percentages of Color #7860aa

%31.09
%24.87
%44.04

CMYK Percentages of Color #7860aa

%29
%44
%0
%33

Triadic Colors of #7860aa

#7860aa #aa7860 #60aa78

Analogous Colors of #7860aa

#7860aa #9d60aa #606daa

Monochromatic Colors of #7860aa

#7860aa

Complementary Color

#7860aa #92aa60

#7860aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7860aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7860aa Color CSS Codes

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

#7860aa Text Font Color

<p style="color:#7860aa">Text here</p>

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


#7860aa Background Color

<div style="background-color:#7860aa">
Div content here</div>

This div background color is #7860aa


#7860aa Border Color

<div style="border:3px solid #7860aa">
Div here</div>

This div border color is #7860aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,96,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7860aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7860aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7860aa;
  box-shadow:         1px 1px 3px 2px #7860aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,96,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7860aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7860aa

#7860aa Color Palettes


Comments

No comments written yet.

Please login to write comment.