Color Hex Logo

#af53ad Color Hex

#AF53AD
(175,83,173)
0 Favorites   0 Comments

Color spaces of #af53ad

RGB 17583173
HSL0.840.370.51
HSV301°53°69°
CMYK 0.000.530.01   0.31
XYZ28.315318.317641.5784
Yxy18.31760.32100.2077
Hunter Lab42.799143.1949-27.6397
CIE-Lab49.879149.9752-31.5149

#af53ad color RGB value is (175,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 10101101
Octal 257 123 255
Decimal 175 83 173
Hex AF 53 AD

RGB Percentages of Color #af53ad

%40.60
%19.26
%40.14

CMYK Percentages of Color #af53ad

%0
%53
%1
%31

Triadic Colors of #af53ad

#af53ad #adaf53 #53adaf

Analogous Colors of #af53ad

#af53ad #af537f #8353af

Monochromatic Colors of #af53ad

#af53ad

Complementary Color

#af53ad #53af55

#af53ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53ad Color CSS Codes

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

#af53ad Text Font Color

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

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


#af53ad Background Color

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

This div background color is #af53ad


#af53ad Border Color

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

This div border color is #af53ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53ad


Comments

No comments written yet.

Please login to write comment.