Color Hex Logo

#af32ac Color Hex

#AF32AC
(175,50,172)
0 Favorites   0 Comments

Color spaces of #af32ac

RGB 17550172
HSL0.840.560.44
HSV301°71°69°
CMYK 0.000.710.02   0.31
XYZ26.266214.373740.4197
Yxy14.37370.32400.1773
Hunter Lab37.912757.3191-36.6718
CIE-Lab44.764263.7644-38.9731

#af32ac color RGB value is (175,50,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10101100
Octal 257 62 254
Decimal 175 50 172
Hex AF 32 AC

RGB Percentages of Color #af32ac

%44.08
%12.59
%43.32

CMYK Percentages of Color #af32ac

%0
%71
%2
%31

Triadic Colors of #af32ac

#af32ac #acaf32 #32acaf

Analogous Colors of #af32ac

#af32ac #af326e #7432af

Monochromatic Colors of #af32ac

#af32ac

Complementary Color

#af32ac #32af35

#af32ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32ac Color CSS Codes

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

#af32ac Text Font Color

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

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


#af32ac Background Color

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

This div background color is #af32ac


#af32ac Border Color

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

This div border color is #af32ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32ac


Comments

No comments written yet.

Please login to write comment.