Color Hex Logo

#af217e Color Hex

#AF217E
(175,33,126)
0 Favorites   0 Comments

Color spaces of #af217e

RGB 17533126
HSL0.890.680.41
HSV321°81°69°
CMYK 0.000.810.28   0.31
XYZ21.988911.708020.8396
Yxy11.70800.40320.2147
Hunter Lab34.217054.8301-12.1583
CIE-Lab40.748262.3391-17.4168

#af217e color RGB value is (175,33,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 01111110
Octal 257 41 176
Decimal 175 33 126
Hex AF 21 7E

RGB Percentages of Color #af217e

%52.40
%9.88
%37.72

CMYK Percentages of Color #af217e

%0
%81
%28
%31

Triadic Colors of #af217e

#af217e #7eaf21 #217eaf

Analogous Colors of #af217e

#af217e #af2137 #9921af

Monochromatic Colors of #af217e

#af217e

Complementary Color

#af217e #21af52

#af217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af217e Color CSS Codes

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

#af217e Text Font Color

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

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


#af217e Background Color

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

This div background color is #af217e


#af217e Border Color

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

This div border color is #af217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af217e


Comments

No comments written yet.

Please login to write comment.