Color Hex Logo

#af329a Color Hex

#AF329A
(175,50,154)
0 Favorites   0 Comments

Color spaces of #af329a

RGB 17550154
HSL0.860.560.44
HSV310°71°69°
CMYK 0.000.710.12   0.31
XYZ24.652513.728331.9223
Yxy13.72830.35070.1953
Hunter Lab37.051753.9251-25.1457
CIE-Lab43.840760.9337-29.6905

#af329a color RGB value is (175,50,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10011010
Octal 257 62 232
Decimal 175 50 154
Hex AF 32 9A

RGB Percentages of Color #af329a

%46.17
%13.19
%40.63

CMYK Percentages of Color #af329a

%0
%71
%12
%31

Triadic Colors of #af329a

#af329a #9aaf32 #329aaf

Analogous Colors of #af329a

#af329a #af325b #8632af

Monochromatic Colors of #af329a

#af329a

Complementary Color

#af329a #32af47

#af329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af329a Color CSS Codes

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

#af329a Text Font Color

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

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


#af329a Background Color

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

This div background color is #af329a


#af329a Border Color

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

This div border color is #af329a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,50,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 #af329a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af329a


Comments

No comments written yet.

Please login to write comment.