Color Hex Logo

#af169c Color Hex

#AF169C
(175,22,156)
0 Favorites   0 Comments

Color spaces of #af169c

RGB 17522156
HSL0.850.780.39
HSV307°87°69°
CMYK 0.000.870.11   0.31
XYZ23.966912.088132.5225
Yxy12.08810.34950.1763
Hunter Lab34.767962.2031-31.1233
CIE-Lab41.355868.6609-34.8024

#af169c color RGB value is (175,22,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 10011100
Octal 257 26 234
Decimal 175 22 156
Hex AF 16 9C

RGB Percentages of Color #af169c

%49.58
%6.23
%44.19

CMYK Percentages of Color #af169c

%0
%87
%11
%31

Triadic Colors of #af169c

#af169c #9caf16 #169caf

Analogous Colors of #af169c

#af169c #af1650 #7616af

Monochromatic Colors of #af169c

#af169c

Complementary Color

#af169c #16af29

#af169c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af169c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af169c Color CSS Codes

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

#af169c Text Font Color

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

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


#af169c Background Color

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

This div background color is #af169c


#af169c Border Color

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

This div border color is #af169c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af169c


Comments

No comments written yet.

Please login to write comment.