Color Hex Logo

#af319a Color Hex

#AF319A
(175,49,154)
0 Favorites   0 Comments

Color spaces of #af319a

RGB 17549154
HSL0.860.560.44
HSV310°72°69°
CMYK 0.000.720.12   0.31
XYZ24.610213.643731.9082
Yxy13.64370.35080.1945
Hunter Lab36.937454.2885-25.3613
CIE-Lab43.717661.2822-29.8833

#af319a color RGB value is (175,49,154).

#af319a hex color red value is 175, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af319a hue: 0.86 , saturation: 0.56 and the lightness value of af319a is 0.44.

The process color (four color CMYK) of #af319a color hex is 0.00, 0.72, 0.12, 0.31. Web safe color of #af319a is #993399. Color #af319a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 10011010
Octal 257 61 232
Decimal 175 49 154
Hex AF 31 9A

RGB Percentages of Color #af319a

%46.30
%12.96
%40.74

CMYK Percentages of Color #af319a

%0
%72
%12
%31

Triadic Colors of #af319a

#af319a #9aaf31 #319aaf

Analogous Colors of #af319a

#af319a #af315b #8531af

Monochromatic Colors of #af319a

#af319a

Complementary Color

#af319a #31af46

#af319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af319a Color CSS Codes

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

#af319a Text Font Color

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

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


#af319a Background Color

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

This div background color is #af319a


#af319a Border Color

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

This div border color is #af319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af319a


Comments

No comments written yet.

Please login to write comment.