Color Hex Logo

#af209a Color Hex

#AF209A
(175,32,154)
0 Favorites   0 Comments

Color spaces of #af209a

RGB 17532154
HSL0.860.690.41
HSV309°82°69°
CMYK 0.000.820.12   0.31
XYZ24.028412.480131.7143
Yxy12.48010.35220.1829
Hunter Lab35.327259.5873-28.4974
CIE-Lab41.969266.2868-32.6281

#af209a color RGB value is (175,32,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100000 10011010
Octal 257 40 232
Decimal 175 32 154
Hex AF 20 9A

RGB Percentages of Color #af209a

%48.48
%8.86
%42.66

CMYK Percentages of Color #af209a

%0
%82
%12
%31

Triadic Colors of #af209a

#af209a #9aaf20 #209aaf

Analogous Colors of #af209a

#af209a #af2052 #7d20af

Monochromatic Colors of #af209a

#af209a

Complementary Color

#af209a #20af35

#af209a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af209a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af209a Color CSS Codes

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

#af209a Text Font Color

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

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


#af209a Background Color

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

This div background color is #af209a


#af209a Border Color

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

This div border color is #af209a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af209a


Comments

No comments written yet.

Please login to write comment.