Color Hex Logo

#7862aa Color Hex

#7862AA
(120,98,170)
0 Favorites   0 Comments

Color spaces of #7862aa

RGB 12098170
HSL0.720.300.53
HSV258°42°67°
CMYK 0.290.420.00   0.33
XYZ19.369115.630740.0264
Yxy15.63070.25820.2083
Hunter Lab39.535718.2623-32.3509
CIE-Lab46.486224.8975-35.5363

#7862aa color RGB value is (120,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100010 10101010
Octal 170 142 252
Decimal 120 98 170
Hex 78 62 AA

RGB Percentages of Color #7862aa

%30.93
%25.26
%43.81

CMYK Percentages of Color #7862aa

%29
%42
%0
%33

Triadic Colors of #7862aa

#7862aa #aa7862 #62aa78

Analogous Colors of #7862aa

#7862aa #9c62aa #6270aa

Monochromatic Colors of #7862aa

#7862aa

Complementary Color

#7862aa #94aa62

#7862aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7862aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7862aa Color CSS Codes

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

#7862aa Text Font Color

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

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


#7862aa Background Color

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

This div background color is #7862aa


#7862aa Border Color

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

This div border color is #7862aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7862aa


Comments

No comments written yet.

Please login to write comment.