Color Hex Logo

#af118c Color Hex

#AF118C
(175,17,140)
0 Favorites   0 Comments

Color spaces of #af118c

RGB 17517140
HSL0.870.820.38
HSV313°90°69°
CMYK 0.000.900.20   0.31
XYZ22.613311.408325.8211
Yxy11.40830.37790.1906
Hunter Lab33.776260.3982-21.6825
CIE-Lab40.259867.3225-26.7949

#af118c color RGB value is (175,17,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 10001100
Octal 257 21 214
Decimal 175 17 140
Hex AF 11 8C

RGB Percentages of Color #af118c

%52.71
%5.12
%42.17

CMYK Percentages of Color #af118c

%0
%90
%20
%31

Triadic Colors of #af118c

#af118c #8caf11 #118caf

Analogous Colors of #af118c

#af118c #af113d #8311af

Monochromatic Colors of #af118c

#af118c

Complementary Color

#af118c #11af34

#af118c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af118c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af118c Color CSS Codes

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

#af118c Text Font Color

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

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


#af118c Background Color

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

This div background color is #af118c


#af118c Border Color

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

This div border color is #af118c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af118c


Comments

No comments written yet.

Please login to write comment.