Color Hex Logo

#af81db Color Hex

#AF81DB
(175,129,219)
0 Favorites   0 Comments

Color spaces of #af81db

RGB 175129219
HSL0.750.560.68
HSV271°41°86°
CMYK 0.200.410.00   0.14
XYZ38.315629.928970.7752
Yxy29.92890.27560.2153
Hunter Lab54.707329.2790-38.4087
CIE-Lab61.592834.9075-39.4681

#af81db color RGB value is (175,129,219).

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

The process color (four color CMYK) of #af81db color hex is 0.20, 0.41, 0.00, 0.14. Web safe color of #af81db is #9999cc. Color #af81db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 11011011
Octal 257 201 333
Decimal 175 129 219
Hex AF 81 DB

RGB Percentages of Color #af81db

%33.46
%24.67
%41.87

CMYK Percentages of Color #af81db

%20
%41
%0
%14

Triadic Colors of #af81db

#af81db #dbaf81 #81dbaf

Analogous Colors of #af81db

#af81db #db81da #8281db

Monochromatic Colors of #af81db

#af81db

Complementary Color

#af81db #addb81

#af81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#af81db Color CSS Codes

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

#af81db Text Font Color

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

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


#af81db Background Color

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

This div background color is #af81db


#af81db Border Color

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

This div border color is #af81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af81db


Comments

No comments written yet.

Please login to write comment.