Color Hex Logo

#a39cdb Color Hex

#A39CDB
(163,156,219)
0 Favorites   0 Comments

Color spaces of #a39cdb

RGB 163156219
HSL0.690.470.74
HSV247°29°86°
CMYK 0.260.290.00   0.14
XYZ39.778936.677972.0008
Yxy36.67790.26790.2471
Hunter Lab60.562311.2595-28.0946
CIE-Lab67.034716.0947-31.0799

#a39cdb color RGB value is (163,156,219).

#a39cdb hex color red value is 163, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a39cdb hue: 0.69 , saturation: 0.47 and the lightness value of a39cdb is 0.74.

The process color (four color CMYK) of #a39cdb color hex is 0.26, 0.29, 0.00, 0.14. Web safe color of #a39cdb is #9999cc. Color #a39cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011100 11011011
Octal 243 234 333
Decimal 163 156 219
Hex A3 9C DB

RGB Percentages of Color #a39cdb

%30.30
%29.00
%40.71

CMYK Percentages of Color #a39cdb

%26
%29
%0
%14

Triadic Colors of #a39cdb

#a39cdb #dba39c #9cdba3

Analogous Colors of #a39cdb

#a39cdb #c39cdb #9cb5db

Monochromatic Colors of #a39cdb

#a39cdb

Complementary Color

#a39cdb #d4db9c

#a39cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39cdb Color CSS Codes

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

#a39cdb Text Font Color

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

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


#a39cdb Background Color

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

This div background color is #a39cdb


#a39cdb Border Color

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

This div border color is #a39cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,156,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39cdb


Comments

No comments written yet.

Please login to write comment.