Color Hex Logo

#af217f Color Hex

#AF217F
(175,33,127)
0 Favorites   0 Comments

Color spaces of #af217f

RGB 17533127
HSL0.890.680.41
HSV320°81°69°
CMYK 0.000.810.27   0.31
XYZ22.053811.734021.1812
Yxy11.73400.40120.2135
Hunter Lab34.254954.9747-12.6829
CIE-Lab40.790262.4598-17.9708

#af217f color RGB value is (175,33,127).

#af217f hex color red value is 175, green value is 33 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af217f hue: 0.89 , saturation: 0.68 and the lightness value of af217f is 0.41.

The process color (four color CMYK) of #af217f color hex is 0.00, 0.81, 0.27, 0.31. Web safe color of #af217f is #993366. Color #af217f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 01111111
Octal 257 41 177
Decimal 175 33 127
Hex AF 21 7F

RGB Percentages of Color #af217f

%52.24
%9.85
%37.91

CMYK Percentages of Color #af217f

%0
%81
%27
%31

Triadic Colors of #af217f

#af217f #7faf21 #217faf

Analogous Colors of #af217f

#af217f #af2138 #9821af

Monochromatic Colors of #af217f

#af217f

Complementary Color

#af217f #21af51

#af217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af217f Color CSS Codes

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

#af217f Text Font Color

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

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


#af217f Background Color

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

This div background color is #af217f


#af217f Border Color

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

This div border color is #af217f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,33,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af217f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af217f


Comments

No comments written yet.

Please login to write comment.