Color Hex Logo

#af007a Color Hex

#AF007A
(175,0,122)
0 Favorites   0 Comments

Color spaces of #af007a

RGB 1750122
HSL0.881.000.34
HSV318°100°69°
CMYK 0.001.000.30   0.31
XYZ21.192010.519119.3258
Yxy10.51910.41520.2061
Hunter Lab32.433259.8748-12.6256
CIE-Lab38.758467.1621-17.9862

#af007a color RGB value is (175,0,122).

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

The process color (four color CMYK) of #af007a color hex is 0.00, 1.00, 0.30, 0.31. Web safe color of #af007a is #990066. Color #af007a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01111010
Octal 257 0 172
Decimal 175 0 122
Hex AF 0 7A

RGB Percentages of Color #af007a

%58.92
%0.00
%41.08

CMYK Percentages of Color #af007a

%0
%100
%30
%31

Triadic Colors of #af007a

#af007a #7aaf00 #007aaf

Analogous Colors of #af007a

#af007a #af0023 #8d00af

Monochromatic Colors of #af007a

#af007a

Complementary Color

#af007a #00af35

#af007a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af007a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af007a Color CSS Codes

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

#af007a Text Font Color

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

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


#af007a Background Color

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

This div background color is #af007a


#af007a Border Color

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

This div border color is #af007a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af007a


Comments

No comments written yet.

Please login to write comment.