Color Hex Logo

#a38dde Color Hex

#A38DDE
(163,141,222)
0 Favorites   0 Comments

Color spaces of #a38dde

RGB 163141222
HSL0.710.550.71
HSV256°36°87°
CMYK 0.270.360.00   0.13
XYZ37.813932.110273.3121
Yxy32.11020.26400.2242
Hunter Lab56.665919.9502-37.0410
CIE-Lab63.433925.3528-38.3397

#a38dde color RGB value is (163,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11011110
Octal 243 215 336
Decimal 163 141 222
Hex A3 8D DE

RGB Percentages of Color #a38dde

%30.99
%26.81
%42.21

CMYK Percentages of Color #a38dde

%27
%36
%0
%13

Triadic Colors of #a38dde

#a38dde #dea38d #8ddea3

Analogous Colors of #a38dde

#a38dde #cc8dde #8da0de

Monochromatic Colors of #a38dde

#a38dde

Complementary Color

#a38dde #c8de8d

#a38dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dde Color CSS Codes

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

#a38dde Text Font Color

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

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


#a38dde Background Color

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

This div background color is #a38dde


#a38dde Border Color

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

This div border color is #a38dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dde


Comments

No comments written yet.

Please login to write comment.