Color Hex Logo

#af16aa Color Hex

#AF16AA
(175,22,170)
0 Favorites   0 Comments

Color spaces of #af16aa

RGB 17522170
HSL0.840.780.39
HSV302°87°69°
CMYK 0.000.870.03   0.31
XYZ25.221812.590139.1310
Yxy12.59010.32780.1636
Hunter Lab35.482564.7875-40.5487
CIE-Lab42.139070.7046-41.9551

#af16aa color RGB value is (175,22,170).

#af16aa hex color red value is 175, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af16aa hue: 0.84 , saturation: 0.78 and the lightness value of af16aa is 0.39.

The process color (four color CMYK) of #af16aa color hex is 0.00, 0.87, 0.03, 0.31. Web safe color of #af16aa is #990099. Color #af16aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 10101010
Octal 257 26 252
Decimal 175 22 170
Hex AF 16 AA

RGB Percentages of Color #af16aa

%47.68
%5.99
%46.32

CMYK Percentages of Color #af16aa

%0
%87
%3
%31

Triadic Colors of #af16aa

#af16aa #aaaf16 #16aaaf

Analogous Colors of #af16aa

#af16aa #af165d #6816af

Monochromatic Colors of #af16aa

#af16aa

Complementary Color

#af16aa #16af1b

#af16aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af16aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af16aa Color CSS Codes

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

#af16aa Text Font Color

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

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


#af16aa Background Color

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

This div background color is #af16aa


#af16aa Border Color

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

This div border color is #af16aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af16aa


Comments

No comments written yet.

Please login to write comment.