Color Hex Logo

#a68ead Color Hex

#A68EAD
(166,142,173)
0 Favorites   0 Comments

Color spaces of #a68ead

RGB 166142173
HSL0.800.160.62
HSV286°18°68°
CMYK 0.040.180.00   0.32
XYZ32.941730.470143.6803
Yxy30.47010.30760.2845
Hunter Lab55.19979.9244-8.2772
CIE-Lab62.057714.7588-12.9222

#a68ead color RGB value is (166,142,173).

#a68ead hex color red value is 166, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a68ead hue: 0.80 , saturation: 0.16 and the lightness value of a68ead is 0.62.

The process color (four color CMYK) of #a68ead color hex is 0.04, 0.18, 0.00, 0.32. Web safe color of #a68ead is #999999. Color #a68ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10101101
Octal 246 216 255
Decimal 166 142 173
Hex A6 8E AD

RGB Percentages of Color #a68ead

%34.51
%29.52
%35.97

CMYK Percentages of Color #a68ead

%4
%18
%0
%32

Triadic Colors of #a68ead

#a68ead #ada68e #8eada6

Analogous Colors of #a68ead

#a68ead #ad8ea5 #978ead

Monochromatic Colors of #a68ead

#a68ead

Complementary Color

#a68ead #95ad8e

#a68ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ead Color CSS Codes

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

#a68ead Text Font Color

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

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


#a68ead Background Color

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

This div background color is #a68ead


#a68ead Border Color

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

This div border color is #a68ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ead


Comments

No comments written yet.

Please login to write comment.