Color Hex Logo

#af008f Color Hex

#AF008F
(175,0,143)
0 Favorites   0 Comments

Color spaces of #af008f

RGB 1750143
HSL0.861.000.34
HSV311°100°69°
CMYK 0.001.000.18   0.31
XYZ22.637111.097126.9355
Yxy11.09710.37310.1829
Hunter Lab33.312363.0016-24.6218
CIE-Lab39.743569.6565-29.4409

#af008f color RGB value is (175,0,143).

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

The process color (four color CMYK) of #af008f color hex is 0.00, 1.00, 0.18, 0.31. Web safe color of #af008f is #990099. Color #af008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 10001111
Octal 257 0 217
Decimal 175 0 143
Hex AF 0 8F

RGB Percentages of Color #af008f

%55.03
%0.00
%44.97

CMYK Percentages of Color #af008f

%0
%100
%18
%31

Triadic Colors of #af008f

#af008f #8faf00 #008faf

Analogous Colors of #af008f

#af008f #af0038 #7800af

Monochromatic Colors of #af008f

#af008f

Complementary Color

#af008f #00af20

#af008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af008f Color CSS Codes

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

#af008f Text Font Color

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

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


#af008f Background Color

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

This div background color is #af008f


#af008f Border Color

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

This div border color is #af008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af008f


Comments

No comments written yet.

Please login to write comment.