Color Hex Logo

#a69ddd Color Hex

#A69DDD
(166,157,221)
0 Favorites   0 Comments

Color spaces of #a69ddd

RGB 166157221
HSL0.690.480.74
HSV248°29°87°
CMYK 0.250.290.00   0.13
XYZ40.834037.441473.4813
Yxy37.44140.26910.2467
Hunter Lab61.189412.0384-28.3678
CIE-Lab67.606916.9061-31.2796

#a69ddd color RGB value is (166,157,221).

#a69ddd hex color red value is 166, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a69ddd hue: 0.69 , saturation: 0.48 and the lightness value of a69ddd is 0.74.

The process color (four color CMYK) of #a69ddd color hex is 0.25, 0.29, 0.00, 0.13. Web safe color of #a69ddd is #9999cc. Color #a69ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011101 11011101
Octal 246 235 335
Decimal 166 157 221
Hex A6 9D DD

RGB Percentages of Color #a69ddd

%30.51
%28.86
%40.63

CMYK Percentages of Color #a69ddd

%25
%29
%0
%13

Triadic Colors of #a69ddd

#a69ddd #dda69d #9ddda6

Analogous Colors of #a69ddd

#a69ddd #c69ddd #9db4dd

Monochromatic Colors of #a69ddd

#a69ddd

Complementary Color

#a69ddd #d4dd9d

#a69ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ddd Color CSS Codes

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

#a69ddd Text Font Color

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

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


#a69ddd Background Color

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

This div background color is #a69ddd


#a69ddd Border Color

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

This div border color is #a69ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ddd


Comments

No comments written yet.

Please login to write comment.