Color Hex Logo

#7819aa Color Hex

#7819AA
(120,25,170)
0 Favorites   0 Comments

Color spaces of #7819aa

RGB 12025170
HSL0.780.740.38
HSV279°85°67°
CMYK 0.290.850.00   0.33
XYZ15.34917.590638.6864
Yxy7.59060.24910.1232
Hunter Lab27.551051.2307-63.9676
CIE-Lab33.115360.5777-56.9727

#7819aa color RGB value is (120,25,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011001 10101010
Octal 170 31 252
Decimal 120 25 170
Hex 78 19 AA

RGB Percentages of Color #7819aa

%38.10
%7.94
%53.97

CMYK Percentages of Color #7819aa

%29
%85
%0
%33

Triadic Colors of #7819aa

#7819aa #aa7819 #19aa78

Analogous Colors of #7819aa

#7819aa #aa1994 #2f19aa

Monochromatic Colors of #7819aa

#7819aa

Complementary Color

#7819aa #4baa19

#7819aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7819aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7819aa Color CSS Codes

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

#7819aa Text Font Color

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

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


#7819aa Background Color

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

This div background color is #7819aa


#7819aa Border Color

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

This div border color is #7819aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7819aa


Comments

No comments written yet.

Please login to write comment.