Color Hex Logo

#af289a Color Hex

#AF289A
(175,40,154)
0 Favorites   0 Comments

Color spaces of #af289a

RGB 17540154
HSL0.860.630.42
HSV309°77°69°
CMYK 0.000.770.12   0.31
XYZ24.270712.964631.7951
Yxy12.96460.35160.1878
Hunter Lab36.006457.3097-27.1510
CIE-Lab42.709964.1535-31.4636

#af289a color RGB value is (175,40,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10011010
Octal 257 50 232
Decimal 175 40 154
Hex AF 28 9A

RGB Percentages of Color #af289a

%47.43
%10.84
%41.73

CMYK Percentages of Color #af289a

%0
%77
%12
%31

Triadic Colors of #af289a

#af289a #9aaf28 #289aaf

Analogous Colors of #af289a

#af289a #af2857 #8128af

Monochromatic Colors of #af289a

#af289a

Complementary Color

#af289a #28af3d

#af289a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af289a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af289a Color CSS Codes

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

#af289a Text Font Color

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

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


#af289a Background Color

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

This div background color is #af289a


#af289a Border Color

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

This div border color is #af289a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,40,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 #af289a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af289a


Comments

No comments written yet.

Please login to write comment.