Color Hex Logo

#af10ac Color Hex

#AF10AC
(175,16,172)
0 Favorites   0 Comments

Color spaces of #af10ac

RGB 17516172
HSL0.840.830.37
HSV301°91°69°
CMYK 0.000.910.02   0.31
XYZ25.310912.463140.1013
Yxy12.46310.32500.1600
Hunter Lab35.303166.1968-42.6362
CIE-Lab41.942971.9280-43.4590

#af10ac color RGB value is (175,16,172).

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

The process color (four color CMYK) of #af10ac color hex is 0.00, 0.91, 0.02, 0.31. Web safe color of #af10ac is #990099. Color #af10ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 10101100
Octal 257 20 254
Decimal 175 16 172
Hex AF 10 AC

RGB Percentages of Color #af10ac

%48.21
%4.41
%47.38

CMYK Percentages of Color #af10ac

%0
%91
%2
%31

Triadic Colors of #af10ac

#af10ac #acaf10 #10acaf

Analogous Colors of #af10ac

#af10ac #af105c #6310af

Monochromatic Colors of #af10ac

#af10ac

Complementary Color

#af10ac #10af13

#af10ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af10ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af10ac Color CSS Codes

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

#af10ac Text Font Color

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

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


#af10ac Background Color

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

This div background color is #af10ac


#af10ac Border Color

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

This div border color is #af10ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af10ac


Comments

No comments written yet.

Please login to write comment.