Color Hex Logo

#a69dda Color Hex

#A69DDA
(166,157,218)
0 Favorites   0 Comments

Color spaces of #a69dda

RGB 166157218
HSL0.690.450.74
HSV249°28°85°
CMYK 0.240.280.00   0.15
XYZ40.437737.282971.3947
Yxy37.28290.27120.2500
Hunter Lab61.059711.3597-26.5836
CIE-Lab67.488716.1909-29.8068

#a69dda color RGB value is (166,157,218).

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

The process color (four color CMYK) of #a69dda color hex is 0.24, 0.28, 0.00, 0.15. Web safe color of #a69dda is #9999cc. Color #a69dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011101 11011010
Octal 246 235 332
Decimal 166 157 218
Hex A6 9D DA

RGB Percentages of Color #a69dda

%30.68
%29.02
%40.30

CMYK Percentages of Color #a69dda

%24
%28
%0
%15

Triadic Colors of #a69dda

#a69dda #daa69d #9ddaa6

Analogous Colors of #a69dda

#a69dda #c59dda #9db3da

Monochromatic Colors of #a69dda

#a69dda

Complementary Color

#a69dda #d1da9d

#a69dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69dda Color CSS Codes

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

#a69dda Text Font Color

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

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


#a69dda Background Color

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

This div background color is #a69dda


#a69dda Border Color

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

This div border color is #a69dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69dda


Comments

No comments written yet.

Please login to write comment.