Color Hex Logo

#7a03aa Color Hex

#7A03AA
(122,3,170)
0 Favorites   0 Comments

Color spaces of #7a03aa

RGB 1223170
HSL0.790.970.34
HSV283°98°67°
CMYK 0.280.980.00   0.33
XYZ15.31437.105038.5945
Yxy7.10500.25100.1164
Hunter Lab26.655255.9076-67.1883
CIE-Lab32.044864.9861-58.7061

#7a03aa color RGB value is (122,3,170).

#7a03aa hex color red value is 122, green value is 3 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7a03aa hue: 0.79 , saturation: 0.97 and the lightness value of 7a03aa is 0.34.

The process color (four color CMYK) of #7a03aa color hex is 0.28, 0.98, 0.00, 0.33. Web safe color of #7a03aa is #660099. Color #7a03aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00000011 10101010
Octal 172 3 252
Decimal 122 3 170
Hex 7A 3 AA

RGB Percentages of Color #7a03aa

%41.36
%1.02
%57.63

CMYK Percentages of Color #7a03aa

%28
%98
%0
%33

Triadic Colors of #7a03aa

#7a03aa #aa7a03 #03aa7a

Analogous Colors of #7a03aa

#7a03aa #aa0387 #2603aa

Monochromatic Colors of #7a03aa

#7a03aa

Complementary Color

#7a03aa #33aa03

#7a03aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a03aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a03aa Color CSS Codes

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

#7a03aa Text Font Color

<p style="color:#7a03aa">Text here</p>

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


#7a03aa Background Color

<div style="background-color:#7a03aa">
Div content here</div>

This div background color is #7a03aa


#7a03aa Border Color

<div style="border:3px solid #7a03aa">
Div here</div>

This div border color is #7a03aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,3,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a03aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a03aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7a03aa;
  box-shadow:         1px 1px 3px 2px #7a03aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,3,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 #7a03aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a03aa


Comments

No comments written yet.

Please login to write comment.