Color Hex Logo

#7520ad Color Hex

#7520AD
(117,32,173)
0 Favorites   0 Comments

Color spaces of #7520ad

RGB 11732173
HSL0.770.690.40
HSV276°82°68°
CMYK 0.320.820.00   0.32
XYZ15.39557.832140.2355
Yxy7.83210.24260.1234
Hunter Lab27.985949.2205-65.6515
CIE-Lab33.630758.6300-57.9500

#7520ad color RGB value is (117,32,173).

#7520ad hex color red value is 117, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7520ad hue: 0.77 , saturation: 0.69 and the lightness value of 7520ad is 0.40.

The process color (four color CMYK) of #7520ad color hex is 0.32, 0.82, 0.00, 0.32. Web safe color of #7520ad is #663399. Color #7520ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 10101101
Octal 165 40 255
Decimal 117 32 173
Hex 75 20 AD

RGB Percentages of Color #7520ad

%36.34
%9.94
%53.73

CMYK Percentages of Color #7520ad

%32
%82
%0
%32

Triadic Colors of #7520ad

#7520ad #ad7520 #20ad75

Analogous Colors of #7520ad

#7520ad #ad209f #2f20ad

Monochromatic Colors of #7520ad

#7520ad

Complementary Color

#7520ad #58ad20

#7520ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7520ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7520ad Color CSS Codes

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

#7520ad Text Font Color

<p style="color:#7520ad">Text here</p>

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


#7520ad Background Color

<div style="background-color:#7520ad">
Div content here</div>

This div background color is #7520ad


#7520ad Border Color

<div style="border:3px solid #7520ad">
Div here</div>

This div border color is #7520ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,32,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7520ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7520ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7520ad;
  box-shadow:         1px 1px 3px 2px #7520ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,32,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 #7520ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7520ad


Comments

No comments written yet.

Please login to write comment.