Color Hex Logo

#af71ad Color Hex

#AF71AD
(175,113,173)
0 Favorites   0 Comments

Color spaces of #af71ad

RGB 175113173
HSL0.840.280.56
HSV302°35°69°
CMYK 0.000.350.01   0.31
XYZ31.127123.941342.5157
Yxy23.94130.31900.2453
Hunter Lab48.929827.9269-17.2669
CIE-Lab56.029034.1738-21.9938

#af71ad color RGB value is (175,113,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 10101101
Octal 257 161 255
Decimal 175 113 173
Hex AF 71 AD

RGB Percentages of Color #af71ad

%37.96
%24.51
%37.53

CMYK Percentages of Color #af71ad

%0
%35
%1
%31

Triadic Colors of #af71ad

#af71ad #adaf71 #71adaf

Analogous Colors of #af71ad

#af71ad #af718e #9271af

Monochromatic Colors of #af71ad

#af71ad

Complementary Color

#af71ad #71af73

#af71ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af71ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af71ad Color CSS Codes

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

#af71ad Text Font Color

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

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


#af71ad Background Color

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

This div background color is #af71ad


#af71ad Border Color

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

This div border color is #af71ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af71ad


Comments

No comments written yet.

Please login to write comment.