Color Hex Logo

#7868aa Color Hex

#7868AA
(120,104,170)
0 Favorites   0 Comments

Color spaces of #7868aa

RGB 120104170
HSL0.710.280.54
HSV255°39°67°
CMYK 0.290.390.00   0.33
XYZ19.951716.796040.2206
Yxy16.79600.25920.2182
Hunter Lab40.982915.1790-29.4991
CIE-Lab48.002021.2850-33.1543

#7868aa color RGB value is (120,104,170).

#7868aa hex color red value is 120, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7868aa hue: 0.71 , saturation: 0.28 and the lightness value of 7868aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101000 10101010
Octal 170 150 252
Decimal 120 104 170
Hex 78 68 AA

RGB Percentages of Color #7868aa

%30.46
%26.40
%43.15

CMYK Percentages of Color #7868aa

%29
%39
%0
%33

Triadic Colors of #7868aa

#7868aa #aa7868 #68aa78

Analogous Colors of #7868aa

#7868aa #9968aa #6879aa

Monochromatic Colors of #7868aa

#7868aa

Complementary Color

#7868aa #9aaa68

#7868aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7868aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7868aa Color CSS Codes

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

#7868aa Text Font Color

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

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


#7868aa Background Color

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

This div background color is #7868aa


#7868aa Border Color

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

This div border color is #7868aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7868aa


Comments

No comments written yet.

Please login to write comment.