Color Hex Logo

#af73ae Color Hex

#AF73AE
(175,115,174)
0 Favorites   0 Comments

Color spaces of #af73ae

RGB 175115174
HSL0.840.270.57
HSV301°34°69°
CMYK 0.000.340.01   0.31
XYZ31.449924.431443.1025
Yxy24.43140.31770.2468
Hunter Lab49.428127.0759-17.1026
CIE-Lab56.517233.2568-21.8216

#af73ae color RGB value is (175,115,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 10101110
Octal 257 163 256
Decimal 175 115 174
Hex AF 73 AE

RGB Percentages of Color #af73ae

%37.72
%24.78
%37.50

CMYK Percentages of Color #af73ae

%0
%34
%1
%31

Triadic Colors of #af73ae

#af73ae #aeaf73 #73aeaf

Analogous Colors of #af73ae

#af73ae #af7390 #9273af

Monochromatic Colors of #af73ae

#af73ae

Complementary Color

#af73ae #73af74

#af73ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af73ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af73ae Color CSS Codes

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

#af73ae Text Font Color

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

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


#af73ae Background Color

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

This div background color is #af73ae


#af73ae Border Color

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

This div border color is #af73ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af73ae


Comments

No comments written yet.

Please login to write comment.