Color Hex Logo

#af40aa Color Hex

#AF40AA
(175,64,170)
0 Favorites   0 Comments

Color spaces of #af40aa

RGB 17564170
HSL0.840.460.47
HSV303°63°69°
CMYK 0.000.630.03   0.31
XYZ26.768315.683039.6465
Yxy15.68300.32610.1910
Hunter Lab39.601851.3517-31.6357
CIE-Lab46.555858.1039-34.9616

#af40aa color RGB value is (175,64,170).

#af40aa hex color red value is 175, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af40aa hue: 0.84 , saturation: 0.46 and the lightness value of af40aa is 0.47.

The process color (four color CMYK) of #af40aa color hex is 0.00, 0.63, 0.03, 0.31. Web safe color of #af40aa is #993399. Color #af40aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 10101010
Octal 257 100 252
Decimal 175 64 170
Hex AF 40 AA

RGB Percentages of Color #af40aa

%42.79
%15.65
%41.56

CMYK Percentages of Color #af40aa

%0
%63
%3
%31

Triadic Colors of #af40aa

#af40aa #aaaf40 #40aaaf

Analogous Colors of #af40aa

#af40aa #af4073 #7d40af

Monochromatic Colors of #af40aa

#af40aa

Complementary Color

#af40aa #40af45

#af40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af40aa Color CSS Codes

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

#af40aa Text Font Color

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

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


#af40aa Background Color

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

This div background color is #af40aa


#af40aa Border Color

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

This div border color is #af40aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af40aa


Comments

No comments written yet.

Please login to write comment.