Color Hex Logo

#af166f Color Hex

#AF166F
(175,22,111)
0 Favorites   0 Comments

Color spaces of #af166f

RGB 17522111
HSL0.900.780.39
HSV325°87°69°
CMYK 0.000.870.37   0.31
XYZ20.835310.835516.0322
Yxy10.83550.43680.2271
Hunter Lab32.917355.3778-5.8347
CIE-Lab39.302063.1083-10.2623

#af166f color RGB value is (175,22,111).

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

The process color (four color CMYK) of #af166f color hex is 0.00, 0.87, 0.37, 0.31. Web safe color of #af166f is #990066. Color #af166f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 01101111
Octal 257 26 157
Decimal 175 22 111
Hex AF 16 6F

RGB Percentages of Color #af166f

%56.82
%7.14
%36.04

CMYK Percentages of Color #af166f

%0
%87
%37
%31

Triadic Colors of #af166f

#af166f #6faf16 #166faf

Analogous Colors of #af166f

#af166f #af1622 #a316af

Monochromatic Colors of #af166f

#af166f

Complementary Color

#af166f #16af56

#af166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af166f Color CSS Codes

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

#af166f Text Font Color

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

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


#af166f Background Color

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

This div background color is #af166f


#af166f Border Color

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

This div border color is #af166f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af166f


Comments

No comments written yet.

Please login to write comment.