Color Hex Logo

#a681ee Color Hex

#A681EE
(166,129,238)
0 Favorites   0 Comments

Color spaces of #a681ee

RGB 166129238
HSL0.720.760.72
HSV260°46°93°
CMYK 0.300.460.00   0.07
XYZ39.008829.980684.6198
Yxy29.98060.25390.1952
Hunter Lab54.754531.3484-53.3009
CIE-Lab61.637536.9292-50.0221

#a681ee color RGB value is (166,129,238).

#a681ee hex color red value is 166, green value is 129 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a681ee hue: 0.72 , saturation: 0.76 and the lightness value of a681ee is 0.72.

The process color (four color CMYK) of #a681ee color hex is 0.30, 0.46, 0.00, 0.07. Web safe color of #a681ee is #9999ff. Color #a681ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 11101110
Octal 246 201 356
Decimal 166 129 238
Hex A6 81 EE

RGB Percentages of Color #a681ee

%31.14
%24.20
%44.65

CMYK Percentages of Color #a681ee

%30
%46
%0
%7

Triadic Colors of #a681ee

#a681ee #eea681 #81eea6

Analogous Colors of #a681ee

#a681ee #dd81ee #8193ee

Monochromatic Colors of #a681ee

#a681ee

Complementary Color

#a681ee #c9ee81

#a681ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681ee Color CSS Codes

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

#a681ee Text Font Color

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

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


#a681ee Background Color

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

This div background color is #a681ee


#a681ee Border Color

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

This div border color is #a681ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681ee


Comments

No comments written yet.

Please login to write comment.