Color Hex Logo

#7a52ad Color Hex

#7A52AD
(122,82,173)
0 Favorites   0 Comments

Color spaces of #7a52ad

RGB 12282173
HSL0.740.360.50
HSV266°53°68°
CMYK 0.290.530.00   0.32
XYZ18.586213.189341.1014
Yxy13.18930.25500.1810
Hunter Lab36.317127.7971-41.6788
CIE-Lab43.047135.7022-42.7371

#7a52ad color RGB value is (122,82,173).

#7a52ad hex color red value is 122, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7a52ad hue: 0.74 , saturation: 0.36 and the lightness value of 7a52ad is 0.50.

The process color (four color CMYK) of #7a52ad color hex is 0.29, 0.53, 0.00, 0.32. Web safe color of #7a52ad is #666699. Color #7a52ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01010010 10101101
Octal 172 122 255
Decimal 122 82 173
Hex 7A 52 AD

RGB Percentages of Color #7a52ad

%32.36
%21.75
%45.89

CMYK Percentages of Color #7a52ad

%29
%53
%0
%32

Triadic Colors of #7a52ad

#7a52ad #ad7a52 #52ad7a

Analogous Colors of #7a52ad

#7a52ad #a852ad #5257ad

Monochromatic Colors of #7a52ad

#7a52ad

Complementary Color

#7a52ad #85ad52

#7a52ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a52ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a52ad Color CSS Codes

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

#7a52ad Text Font Color

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

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


#7a52ad Background Color

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

This div background color is #7a52ad


#7a52ad Border Color

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

This div border color is #7a52ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,82,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7a52ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a52ad

#7a52ad Color Palettes


Comments

No comments written yet.

Please login to write comment.