Color Hex Logo

#a38ddf Color Hex

#A38DDF
(163,141,223)
0 Favorites   0 Comments

Color spaces of #a38ddf

RGB 163141223
HSL0.710.560.71
HSV256°37°87°
CMYK 0.270.370.00   0.13
XYZ37.948432.164074.0202
Yxy32.16400.26330.2232
Hunter Lab56.713320.1908-37.6839
CIE-Lab63.478225.5972-38.8258

#a38ddf color RGB value is (163,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11011111
Octal 243 215 337
Decimal 163 141 223
Hex A3 8D DF

RGB Percentages of Color #a38ddf

%30.93
%26.76
%42.31

CMYK Percentages of Color #a38ddf

%27
%37
%0
%13

Triadic Colors of #a38ddf

#a38ddf #dfa38d #8ddfa3

Analogous Colors of #a38ddf

#a38ddf #cc8ddf #8da0df

Monochromatic Colors of #a38ddf

#a38ddf

Complementary Color

#a38ddf #c9df8d

#a38ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38ddf Color CSS Codes

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

#a38ddf Text Font Color

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

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


#a38ddf Background Color

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

This div background color is #a38ddf


#a38ddf Border Color

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

This div border color is #a38ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38ddf


Comments

No comments written yet.

Please login to write comment.