Color Hex Logo

#af72ae Color Hex

#AF72AE
(175,114,174)
0 Favorites   0 Comments

Color spaces of #af72ae

RGB 175114174
HSL0.840.280.57
HSV301°35°69°
CMYK 0.000.350.01   0.31
XYZ31.336524.204643.0647
Yxy24.20460.31780.2455
Hunter Lab49.198227.5978-17.4597
CIE-Lab56.292133.8109-22.1668

#af72ae color RGB value is (175,114,174).

#af72ae hex color red value is 175, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af72ae hue: 0.84 , saturation: 0.28 and the lightness value of af72ae is 0.57.

The process color (four color CMYK) of #af72ae color hex is 0.00, 0.35, 0.01, 0.31. Web safe color of #af72ae is #996699. Color #af72ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10101110
Octal 257 162 256
Decimal 175 114 174
Hex AF 72 AE

RGB Percentages of Color #af72ae

%37.80
%24.62
%37.58

CMYK Percentages of Color #af72ae

%0
%35
%1
%31

Triadic Colors of #af72ae

#af72ae #aeaf72 #72aeaf

Analogous Colors of #af72ae

#af72ae #af7290 #9272af

Monochromatic Colors of #af72ae

#af72ae

Complementary Color

#af72ae #72af73

#af72ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af72ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af72ae Color CSS Codes

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

#af72ae Text Font Color

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

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


#af72ae Background Color

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

This div background color is #af72ae


#af72ae Border Color

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

This div border color is #af72ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af72ae


Comments

No comments written yet.

Please login to write comment.