Color Hex Logo

#af118d Color Hex

#AF118D
(175,17,141)
0 Favorites   0 Comments

Color spaces of #af118d

RGB 17517141
HSL0.870.820.38
HSV313°90°69°
CMYK 0.000.900.19   0.31
XYZ22.687411.437926.2113
Yxy11.43790.37600.1896
Hunter Lab33.820060.5580-22.2772
CIE-Lab40.308467.4510-27.3315

#af118d color RGB value is (175,17,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010001 10001101
Octal 257 21 215
Decimal 175 17 141
Hex AF 11 8D

RGB Percentages of Color #af118d

%52.55
%5.11
%42.34

CMYK Percentages of Color #af118d

%0
%90
%19
%31

Triadic Colors of #af118d

#af118d #8daf11 #118daf

Analogous Colors of #af118d

#af118d #af113e #8211af

Monochromatic Colors of #af118d

#af118d

Complementary Color

#af118d #11af33

#af118d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af118d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af118d Color CSS Codes

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

#af118d Text Font Color

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

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


#af118d Background Color

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

This div background color is #af118d


#af118d Border Color

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

This div border color is #af118d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af118d


Comments

No comments written yet.

Please login to write comment.