Color Hex Logo

#af52ad Color Hex

#AF52AD
(175,82,173)
0 Favorites   0 Comments

Color spaces of #af52ad

RGB 17582173
HSL0.840.370.50
HSV301°53°69°
CMYK 0.000.530.01   0.31
XYZ28.239318.165741.5531
Yxy18.16570.32110.2065
Hunter Lab42.621243.6805-27.9693
CIE-Lab49.696550.4633-31.8003

#af52ad color RGB value is (175,82,173).

#af52ad hex color red value is 175, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #af52ad hue: 0.84 , saturation: 0.37 and the lightness value of af52ad is 0.50.

The process color (four color CMYK) of #af52ad color hex is 0.00, 0.53, 0.01, 0.31. Web safe color of #af52ad is #996699. Color #af52ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 10101101
Octal 257 122 255
Decimal 175 82 173
Hex AF 52 AD

RGB Percentages of Color #af52ad

%40.70
%19.07
%40.23

CMYK Percentages of Color #af52ad

%0
%53
%1
%31

Triadic Colors of #af52ad

#af52ad #adaf52 #52adaf

Analogous Colors of #af52ad

#af52ad #af527f #8352af

Monochromatic Colors of #af52ad

#af52ad

Complementary Color

#af52ad #52af54

#af52ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52ad Color CSS Codes

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

#af52ad Text Font Color

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

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


#af52ad Background Color

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

This div background color is #af52ad


#af52ad Border Color

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

This div border color is #af52ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52ad


Comments

No comments written yet.

Please login to write comment.