Color Hex Logo

#af016d Color Hex

#AF016D
(175,1,109)
0 Favorites   0 Comments

Color spaces of #af016d

RGB 1751109
HSL0.900.990.35
HSV323°99°69°
CMYK 0.000.990.38   0.31
XYZ20.450410.239815.3666
Yxy10.23980.44400.2223
Hunter Lab31.999758.0765-6.0719
CIE-Lab38.269465.6911-10.5605

#af016d color RGB value is (175,1,109).

#af016d hex color red value is 175, green value is 1 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af016d hue: 0.90 , saturation: 0.99 and the lightness value of af016d is 0.35.

The process color (four color CMYK) of #af016d color hex is 0.00, 0.99, 0.38, 0.31. Web safe color of #af016d is #990066. Color #af016d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000001 01101101
Octal 257 1 155
Decimal 175 1 109
Hex AF 1 6D

RGB Percentages of Color #af016d

%61.40
%0.35
%38.25

CMYK Percentages of Color #af016d

%0
%99
%38
%31

Triadic Colors of #af016d

#af016d #6daf01 #016daf

Analogous Colors of #af016d

#af016d #af0116 #9a01af

Monochromatic Colors of #af016d

#af016d

Complementary Color

#af016d #01af43

#af016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af016d Color CSS Codes

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

#af016d Text Font Color

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

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


#af016d Background Color

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

This div background color is #af016d


#af016d Border Color

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

This div border color is #af016d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af016d


Comments

No comments written yet.

Please login to write comment.