Color Hex Logo

#af20a5 Color Hex

#AF20A5
(175,32,165)
0 Favorites   0 Comments

Color spaces of #af20a5

RGB 17532165
HSL0.840.690.41
HSV304°82°69°
CMYK 0.000.820.06   0.31
XYZ24.987212.863636.7633
Yxy12.86360.33490.1724
Hunter Lab35.865961.5930-35.6675
CIE-Lab42.557067.9036-38.3066

#af20a5 color RGB value is (175,32,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 10100101
Octal 257 40 245
Decimal 175 32 165
Hex AF 20 A5

RGB Percentages of Color #af20a5

%47.04
%8.60
%44.35

CMYK Percentages of Color #af20a5

%0
%82
%6
%31

Triadic Colors of #af20a5

#af20a5 #a5af20 #20a5af

Analogous Colors of #af20a5

#af20a5 #af205d #7220af

Monochromatic Colors of #af20a5

#af20a5

Complementary Color

#af20a5 #20af2a

#af20a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af20a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af20a5 Color CSS Codes

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

#af20a5 Text Font Color

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

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


#af20a5 Background Color

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

This div background color is #af20a5


#af20a5 Border Color

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

This div border color is #af20a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af20a5


Comments

No comments written yet.

Please login to write comment.