Color Hex Logo

#af2faa Color Hex

#AF2FAA
(175,47,170)
0 Favorites   0 Comments

Color spaces of #af2faa

RGB 17547170
HSL0.840.580.44
HSV302°73°69°
CMYK 0.000.730.03   0.31
XYZ25.951414.049339.3742
Yxy14.04930.32690.1770
Hunter Lab37.482457.9925-36.0448
CIE-Lab44.303664.4435-38.5171

#af2faa color RGB value is (175,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101111 10101010
Octal 257 57 252
Decimal 175 47 170
Hex AF 2F AA

RGB Percentages of Color #af2faa

%44.64
%11.99
%43.37

CMYK Percentages of Color #af2faa

%0
%73
%3
%31

Triadic Colors of #af2faa

#af2faa #aaaf2f #2faaaf

Analogous Colors of #af2faa

#af2faa #af2f6a #742faf

Monochromatic Colors of #af2faa

#af2faa

Complementary Color

#af2faa #2faf34

#af2faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2faa Color CSS Codes

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

#af2faa Text Font Color

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

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


#af2faa Background Color

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

This div background color is #af2faa


#af2faa Border Color

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

This div border color is #af2faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2faa


Comments

No comments written yet.

Please login to write comment.