Color Hex Logo

#a681df Color Hex

#A681DF
(166,129,223)
0 Favorites   0 Comments

Color spaces of #a681df

RGB 166129223
HSL0.730.590.69
HSV264°42°87°
CMYK 0.260.420.00   0.13
XYZ36.895429.135273.4911
Yxy29.13520.26440.2088
Hunter Lab53.977027.5519-42.9409
CIE-Lab60.900833.2694-42.8496

#a681df color RGB value is (166,129,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 11011111
Octal 246 201 337
Decimal 166 129 223
Hex A6 81 DF

RGB Percentages of Color #a681df

%32.05
%24.90
%43.05

CMYK Percentages of Color #a681df

%26
%42
%0
%13

Triadic Colors of #a681df

#a681df #dfa681 #81dfa6

Analogous Colors of #a681df

#a681df #d581df #818bdf

Monochromatic Colors of #a681df

#a681df

Complementary Color

#a681df #badf81

#a681df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681df Color CSS Codes

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

#a681df Text Font Color

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

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


#a681df Background Color

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

This div background color is #a681df


#a681df Border Color

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

This div border color is #a681df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681df


Comments

No comments written yet.

Please login to write comment.