Color Hex Logo

#af299c Color Hex

#AF299C
(175,41,156)
0 Favorites   0 Comments

Color spaces of #af299c

RGB 17541156
HSL0.860.620.42
HSV309°77°69°
CMYK 0.000.770.11   0.31
XYZ24.472913.100132.6912
Yxy13.10010.34830.1864
Hunter Lab36.194157.3546-28.2161
CIE-Lab42.913764.1534-32.3472

#af299c color RGB value is (175,41,156).

#af299c hex color red value is 175, green value is 41 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #af299c hue: 0.86 , saturation: 0.62 and the lightness value of af299c is 0.42.

The process color (four color CMYK) of #af299c color hex is 0.00, 0.77, 0.11, 0.31. Web safe color of #af299c is #993399. Color #af299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 10011100
Octal 257 51 234
Decimal 175 41 156
Hex AF 29 9C

RGB Percentages of Color #af299c

%47.04
%11.02
%41.94

CMYK Percentages of Color #af299c

%0
%77
%11
%31

Triadic Colors of #af299c

#af299c #9caf29 #299caf

Analogous Colors of #af299c

#af299c #af2959 #7f29af

Monochromatic Colors of #af299c

#af299c

Complementary Color

#af299c #29af3c

#af299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af299c Color CSS Codes

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

#af299c Text Font Color

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

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


#af299c Background Color

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

This div background color is #af299c


#af299c Border Color

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

This div border color is #af299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af299c


Comments

No comments written yet.

Please login to write comment.