Color Hex Logo

#7529ad Color Hex

#7529AD
(117,41,173)
0 Favorites   0 Comments

Color spaces of #7529ad

RGB 11741173
HSL0.760.620.42
HSV275°76°68°
CMYK 0.320.760.00   0.32
XYZ15.67198.384940.3276
Yxy8.38490.24340.1302
Hunter Lab28.956745.9333-62.3027
CIE-Lab34.772055.3324-56.0918

#7529ad color RGB value is (117,41,173).

#7529ad hex color red value is 117, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7529ad hue: 0.76 , saturation: 0.62 and the lightness value of 7529ad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 10101101
Octal 165 51 255
Decimal 117 41 173
Hex 75 29 AD

RGB Percentages of Color #7529ad

%35.35
%12.39
%52.27

CMYK Percentages of Color #7529ad

%32
%76
%0
%32

Triadic Colors of #7529ad

#7529ad #ad7529 #29ad75

Analogous Colors of #7529ad

#7529ad #ad29a3 #3329ad

Monochromatic Colors of #7529ad

#7529ad

Complementary Color

#7529ad #61ad29

#7529ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7529ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7529ad Color CSS Codes

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

#7529ad Text Font Color

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

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


#7529ad Background Color

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

This div background color is #7529ad


#7529ad Border Color

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

This div border color is #7529ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7529ad


Comments

No comments written yet.

Please login to write comment.