Color Hex Logo

#af81df Color Hex

#AF81DF
(175,129,223)
0 Favorites   0 Comments

Color spaces of #af81df

RGB 175129223
HSL0.750.590.69
HSV269°42°87°
CMYK 0.220.420.00   0.13
XYZ38.848730.142273.5825
Yxy30.14220.27250.2114
Hunter Lab54.901930.2286-41.0323
CIE-Lab61.776735.8200-41.4120

#af81df color RGB value is (175,129,223).

#af81df hex color red value is 175, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af81df hue: 0.75 , saturation: 0.59 and the lightness value of af81df is 0.69.

The process color (four color CMYK) of #af81df color hex is 0.22, 0.42, 0.00, 0.13. Web safe color of #af81df is #9999cc. Color #af81df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 11011111
Octal 257 201 337
Decimal 175 129 223
Hex AF 81 DF

RGB Percentages of Color #af81df

%33.21
%24.48
%42.31

CMYK Percentages of Color #af81df

%22
%42
%0
%13

Triadic Colors of #af81df

#af81df #dfaf81 #81dfaf

Analogous Colors of #af81df

#af81df #de81df #8182df

Monochromatic Colors of #af81df

#af81df

Complementary Color

#af81df #b1df81

#af81df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af81df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af81df Color CSS Codes

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

#af81df Text Font Color

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

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


#af81df Background Color

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

This div background color is #af81df


#af81df Border Color

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

This div border color is #af81df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af81df


Comments

No comments written yet.

Please login to write comment.