Color Hex Logo

#af009a Color Hex

#AF009A
(175,0,154)
0 Favorites   0 Comments

Color spaces of #af009a

RGB 1750154
HSL0.851.000.34
HSV307°100°69°
CMYK 0.001.000.12   0.31
XYZ23.511911.447131.5421
Yxy11.44710.35360.1721
Hunter Lab33.833664.8360-31.5909
CIE-Lab40.323571.0986-35.2251

#af009a color RGB value is (175,0,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 10011010
Octal 257 0 232
Decimal 175 0 154
Hex AF 0 9A

RGB Percentages of Color #af009a

%53.19
%0.00
%46.81

CMYK Percentages of Color #af009a

%0
%100
%12
%31

Triadic Colors of #af009a

#af009a #9aaf00 #009aaf

Analogous Colors of #af009a

#af009a #af0042 #6d00af

Monochromatic Colors of #af009a

#af009a

Complementary Color

#af009a #00af15

#af009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af009a Color CSS Codes

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

#af009a Text Font Color

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

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


#af009a Background Color

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

This div background color is #af009a


#af009a Border Color

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

This div border color is #af009a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af009a


Comments

No comments written yet.

Please login to write comment.