Color Hex Logo

#af049a Color Hex

#AF049A
(175,4,154)
0 Favorites   0 Comments

Color spaces of #af049a

RGB 1754154
HSL0.850.960.35
HSV307°98°69°
CMYK 0.000.980.12   0.31
XYZ23.555311.533931.5566
Yxy11.53390.35340.1731
Hunter Lab33.961664.3724-31.3183
CIE-Lab40.465570.6795-35.0005

#af049a color RGB value is (175,4,154).

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

The process color (four color CMYK) of #af049a color hex is 0.00, 0.98, 0.12, 0.31. Web safe color of #af049a is #990099. Color #af049a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 10011010
Octal 257 4 232
Decimal 175 4 154
Hex AF 4 9A

RGB Percentages of Color #af049a

%52.55
%1.20
%46.25

CMYK Percentages of Color #af049a

%0
%98
%12
%31

Triadic Colors of #af049a

#af049a #9aaf04 #049aaf

Analogous Colors of #af049a

#af049a #af0444 #6f04af

Monochromatic Colors of #af049a

#af049a

Complementary Color

#af049a #04af19

#af049a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af049a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af049a Color CSS Codes

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

#af049a Text Font Color

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

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


#af049a Background Color

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

This div background color is #af049a


#af049a Border Color

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

This div border color is #af049a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af049a


Comments

No comments written yet.

Please login to write comment.