Color Hex Logo

#af006f Color Hex

#AF006F
(175,0,111)
0 Favorites   0 Comments

Color spaces of #af006f

RGB 1750111
HSL0.891.000.34
HSV322°100°69°
CMYK 0.001.000.37   0.31
XYZ20.548410.261715.9366
Yxy10.26170.43960.2195
Hunter Lab32.033958.4410-7.0726
CIE-Lab38.308166.0023-11.7657

#af006f color RGB value is (175,0,111).

#af006f hex color red value is 175, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af006f hue: 0.89 , saturation: 1.00 and the lightness value of af006f is 0.34.

The process color (four color CMYK) of #af006f color hex is 0.00, 1.00, 0.37, 0.31. Web safe color of #af006f is #990066. Color #af006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01101111
Octal 257 0 157
Decimal 175 0 111
Hex AF 0 6F

RGB Percentages of Color #af006f

%61.19
%0.00
%38.81

CMYK Percentages of Color #af006f

%0
%100
%37
%31

Triadic Colors of #af006f

#af006f #6faf00 #006faf

Analogous Colors of #af006f

#af006f #af0017 #9800af

Monochromatic Colors of #af006f

#af006f

Complementary Color

#af006f #00af40

#af006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af006f Color CSS Codes

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

#af006f Text Font Color

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

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


#af006f Background Color

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

This div background color is #af006f


#af006f Border Color

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

This div border color is #af006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af006f


Comments

No comments written yet.

Please login to write comment.