Color Hex Logo

#7811aa Color Hex

#7811AA
(120,17,170)
0 Favorites   0 Comments

Color spaces of #7811aa

RGB 12017170
HSL0.780.820.37
HSV280°90°67°
CMYK 0.290.900.00   0.33
XYZ15.20197.296238.6373
Yxy7.29620.24870.1193
Hunter Lab27.011553.1887-65.9006
CIE-Lab32.471962.4776-58.0220

#7811aa color RGB value is (120,17,170).

#7811aa hex color red value is 120, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7811aa hue: 0.78 , saturation: 0.82 and the lightness value of 7811aa is 0.37.

The process color (four color CMYK) of #7811aa color hex is 0.29, 0.90, 0.00, 0.33. Web safe color of #7811aa is #660099. Color #7811aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010001 10101010
Octal 170 21 252
Decimal 120 17 170
Hex 78 11 AA

RGB Percentages of Color #7811aa

%39.09
%5.54
%55.37

CMYK Percentages of Color #7811aa

%29
%90
%0
%33

Triadic Colors of #7811aa

#7811aa #aa7811 #11aa78

Analogous Colors of #7811aa

#7811aa #aa1190 #2c11aa

Monochromatic Colors of #7811aa

#7811aa

Complementary Color

#7811aa #43aa11

#7811aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7811aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7811aa Color CSS Codes

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

#7811aa Text Font Color

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

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


#7811aa Background Color

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

This div background color is #7811aa


#7811aa Border Color

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

This div border color is #7811aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7811aa


Comments

No comments written yet.

Please login to write comment.