Color Hex Logo

#af04aa Color Hex

#AF04AA
(175,4,170)
0 Favorites   0 Comments

Color spaces of #af04aa

RGB 1754170
HSL0.840.960.35
HSV302°98°69°
CMYK 0.000.980.03   0.31
XYZ24.978312.103139.0498
Yxy12.10310.32810.1590
Hunter Lab34.789567.2784-42.1979
CIE-Lab41.379572.9410-43.1661

#af04aa color RGB value is (175,4,170).

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

The process color (four color CMYK) of #af04aa color hex is 0.00, 0.98, 0.03, 0.31. Web safe color of #af04aa is #990099. Color #af04aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 10101010
Octal 257 4 252
Decimal 175 4 170
Hex AF 4 AA

RGB Percentages of Color #af04aa

%50.14
%1.15
%48.71

CMYK Percentages of Color #af04aa

%0
%98
%3
%31

Triadic Colors of #af04aa

#af04aa #aaaf04 #04aaaf

Analogous Colors of #af04aa

#af04aa #af0454 #5f04af

Monochromatic Colors of #af04aa

#af04aa

Complementary Color

#af04aa #04af09

#af04aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af04aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af04aa Color CSS Codes

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

#af04aa Text Font Color

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

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


#af04aa Background Color

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

This div background color is #af04aa


#af04aa Border Color

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

This div border color is #af04aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af04aa


Comments

No comments written yet.

Please login to write comment.