Color Hex Logo

#a38ddd Color Hex

#A38DDD
(163,141,221)
0 Favorites   0 Comments

Color spaces of #a38ddd

RGB 163141221
HSL0.710.540.71
HSV257°36°87°
CMYK 0.260.360.00   0.13
XYZ37.680332.056772.6082
Yxy32.05670.26470.2252
Hunter Lab56.618619.7110-36.4009
CIE-Lab63.389725.1095-37.8529

#a38ddd color RGB value is (163,141,221).

#a38ddd hex color red value is 163, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a38ddd hue: 0.71 , saturation: 0.54 and the lightness value of a38ddd is 0.71.

The process color (four color CMYK) of #a38ddd color hex is 0.26, 0.36, 0.00, 0.13. Web safe color of #a38ddd is #9999cc. Color #a38ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11011101
Octal 243 215 335
Decimal 163 141 221
Hex A3 8D DD

RGB Percentages of Color #a38ddd

%31.05
%26.86
%42.10

CMYK Percentages of Color #a38ddd

%26
%36
%0
%13

Triadic Colors of #a38ddd

#a38ddd #dda38d #8ddda3

Analogous Colors of #a38ddd

#a38ddd #cb8ddd #8d9fdd

Monochromatic Colors of #a38ddd

#a38ddd

Complementary Color

#a38ddd #c7dd8d

#a38ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ddd Color CSS Codes

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

#a38ddd Text Font Color

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

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


#a38ddd Background Color

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

This div background color is #a38ddd


#a38ddd Border Color

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

This div border color is #a38ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ddd


Comments

No comments written yet.

Please login to write comment.