Color Hex Logo

#af20a7 Color Hex

#AF20A7
(175,32,167)
0 Favorites   0 Comments

Color spaces of #af20a7

RGB 17532167
HSL0.840.690.41
HSV303°82°69°
CMYK 0.000.820.05   0.31
XYZ25.170812.937037.7297
Yxy12.93700.33190.1706
Hunter Lab35.968061.9720-37.0163
CIE-Lab42.668268.2071-39.3247

#af20a7 color RGB value is (175,32,167).

#af20a7 hex color red value is 175, green value is 32 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #af20a7 hue: 0.84 , saturation: 0.69 and the lightness value of af20a7 is 0.41.

The process color (four color CMYK) of #af20a7 color hex is 0.00, 0.82, 0.05, 0.31. Web safe color of #af20a7 is #993399. Color #af20a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 10100111
Octal 257 40 247
Decimal 175 32 167
Hex AF 20 A7

RGB Percentages of Color #af20a7

%46.79
%8.56
%44.65

CMYK Percentages of Color #af20a7

%0
%82
%5
%31

Triadic Colors of #af20a7

#af20a7 #a7af20 #20a7af

Analogous Colors of #af20a7

#af20a7 #af205f #7020af

Monochromatic Colors of #af20a7

#af20a7

Complementary Color

#af20a7 #20af28

#af20a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af20a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af20a7 Color CSS Codes

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

#af20a7 Text Font Color

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

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


#af20a7 Background Color

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

This div background color is #af20a7


#af20a7 Border Color

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

This div border color is #af20a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af20a7


Comments

No comments written yet.

Please login to write comment.