Color Hex Logo

#a38dda Color Hex

#A38DDA
(163,141,218)
0 Favorites   0 Comments

Color spaces of #a38dda

RGB 163141218
HSL0.710.510.70
HSV257°35°85°
CMYK 0.250.350.00   0.15
XYZ37.284031.898270.5216
Yxy31.89820.26690.2283
Hunter Lab56.478518.9985-34.4972
CIE-Lab63.258724.3821-36.3888

#a38dda color RGB value is (163,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11011010
Octal 243 215 332
Decimal 163 141 218
Hex A3 8D DA

RGB Percentages of Color #a38dda

%31.23
%27.01
%41.76

CMYK Percentages of Color #a38dda

%25
%35
%0
%15

Triadic Colors of #a38dda

#a38dda #daa38d #8ddaa3

Analogous Colors of #a38dda

#a38dda #ca8dda #8d9eda

Monochromatic Colors of #a38dda

#a38dda

Complementary Color

#a38dda #c4da8d

#a38dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dda Color CSS Codes

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

#a38dda Text Font Color

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

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


#a38dda Background Color

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

This div background color is #a38dda


#a38dda Border Color

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

This div border color is #a38dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dda


Comments

No comments written yet.

Please login to write comment.