Color Hex Logo

#af029f Color Hex

#AF029F
(175,2,159)
0 Favorites   0 Comments

Color spaces of #af029f

RGB 1752159
HSL0.850.980.35
HSV306°99°69°
CMYK 0.000.990.09   0.31
XYZ23.958911.660633.7888
Yxy11.66060.34520.1680
Hunter Lab34.147665.4821-34.7637
CIE-Lab40.671571.5751-37.6953

#af029f color RGB value is (175,2,159).

#af029f hex color red value is 175, green value is 2 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af029f hue: 0.85 , saturation: 0.98 and the lightness value of af029f is 0.35.

The process color (four color CMYK) of #af029f color hex is 0.00, 0.99, 0.09, 0.31. Web safe color of #af029f is #990099. Color #af029f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 10011111
Octal 257 2 237
Decimal 175 2 159
Hex AF 2 9F

RGB Percentages of Color #af029f

%52.08
%0.60
%47.32

CMYK Percentages of Color #af029f

%0
%99
%9
%31

Triadic Colors of #af029f

#af029f #9faf02 #029faf

Analogous Colors of #af029f

#af029f #af0248 #6902af

Monochromatic Colors of #af029f

#af029f

Complementary Color

#af029f #02af12

#af029f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af029f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af029f Color CSS Codes

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

#af029f Text Font Color

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

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


#af029f Background Color

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

This div background color is #af029f


#af029f Border Color

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

This div border color is #af029f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af029f


Comments

No comments written yet.

Please login to write comment.