Color Hex Logo

#a39dda Color Hex

#A39DDA
(163,157,218)
0 Favorites   0 Comments

Color spaces of #a39dda

RGB 163157218
HSL0.680.450.74
HSV246°28°85°
CMYK 0.250.280.00   0.15
XYZ39.816136.962471.3656
Yxy36.96240.26880.2495
Hunter Lab60.796710.5064-27.0393
CIE-Lab67.248815.2882-30.1968

#a39dda color RGB value is (163,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011101 11011010
Octal 243 235 332
Decimal 163 157 218
Hex A3 9D DA

RGB Percentages of Color #a39dda

%30.30
%29.18
%40.52

CMYK Percentages of Color #a39dda

%25
%28
%0
%15

Triadic Colors of #a39dda

#a39dda #daa39d #9ddaa3

Analogous Colors of #a39dda

#a39dda #c29dda #9db6da

Monochromatic Colors of #a39dda

#a39dda

Complementary Color

#a39dda #d4da9d

#a39dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39dda Color CSS Codes

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

#a39dda Text Font Color

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

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


#a39dda Background Color

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

This div background color is #a39dda


#a39dda Border Color

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

This div border color is #a39dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39dda


Comments

No comments written yet.

Please login to write comment.