Color Hex Logo

#af119f Color Hex

#AF119F
(175,17,159)
0 Favorites   0 Comments

Color spaces of #af119f

RGB 17517159
HSL0.850.820.38
HSV306°90°69°
CMYK 0.000.900.09   0.31
XYZ24.137712.018133.8484
Yxy12.01810.34480.1717
Hunter Lab34.667163.6168-33.6228
CIE-Lab41.244969.8876-36.7864

#af119f color RGB value is (175,17,159).

#af119f hex color red value is 175, green value is 17 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af119f hue: 0.85 , saturation: 0.82 and the lightness value of af119f is 0.38.

The process color (four color CMYK) of #af119f color hex is 0.00, 0.90, 0.09, 0.31. Web safe color of #af119f is #990099. Color #af119f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 10011111
Octal 257 21 237
Decimal 175 17 159
Hex AF 11 9F

RGB Percentages of Color #af119f

%49.86
%4.84
%45.30

CMYK Percentages of Color #af119f

%0
%90
%9
%31

Triadic Colors of #af119f

#af119f #9faf11 #119faf

Analogous Colors of #af119f

#af119f #af1150 #7011af

Monochromatic Colors of #af119f

#af119f

Complementary Color

#af119f #11af21

#af119f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af119f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af119f Color CSS Codes

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

#af119f Text Font Color

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

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


#af119f Background Color

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

This div background color is #af119f


#af119f Border Color

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

This div border color is #af119f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af119f


Comments

No comments written yet.

Please login to write comment.