Color Hex Logo

#af4aaa Color Hex

#AF4AAA
(175,74,170)
0 Favorites   0 Comments

Color spaces of #af4aaa

RGB 17574170
HSL0.840.410.49
HSV303°58°69°
CMYK 0.000.580.03   0.31
XYZ27.383716.913839.8516
Yxy16.91380.32540.2010
Hunter Lab41.126446.8817-28.6637
CIE-Lab48.151253.7196-32.4567

#af4aaa color RGB value is (175,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001010 10101010
Octal 257 112 252
Decimal 175 74 170
Hex AF 4A AA

RGB Percentages of Color #af4aaa

%41.77
%17.66
%40.57

CMYK Percentages of Color #af4aaa

%0
%58
%3
%31

Triadic Colors of #af4aaa

#af4aaa #aaaf4a #4aaaaf

Analogous Colors of #af4aaa

#af4aaa #af4a78 #824aaf

Monochromatic Colors of #af4aaa

#af4aaa

Complementary Color

#af4aaa #4aaf4f

#af4aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4aaa Color CSS Codes

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

#af4aaa Text Font Color

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

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


#af4aaa Background Color

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

This div background color is #af4aaa


#af4aaa Border Color

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

This div border color is #af4aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4aaa


Comments

No comments written yet.

Please login to write comment.