Color Hex Logo

#a38dca Color Hex

#A38DCA
(163,141,202)
0 Favorites   0 Comments

Color spaces of #a38dca

RGB 163141202
HSL0.730.370.67
HSV262°30°79°
CMYK 0.190.300.00   0.21
XYZ35.289831.100660.0201
Yxy31.10060.27920.2460
Hunter Lab55.767915.3605-24.7732
CIE-Lab62.592520.6081-28.4825

#a38dca color RGB value is (163,141,202).

#a38dca hex color red value is 163, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a38dca hue: 0.73 , saturation: 0.37 and the lightness value of a38dca is 0.67.

The process color (four color CMYK) of #a38dca color hex is 0.19, 0.30, 0.00, 0.21. Web safe color of #a38dca is #9999cc. Color #a38dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11001010
Octal 243 215 312
Decimal 163 141 202
Hex A3 8D CA

RGB Percentages of Color #a38dca

%32.21
%27.87
%39.92

CMYK Percentages of Color #a38dca

%19
%30
%0
%21

Triadic Colors of #a38dca

#a38dca #caa38d #8dcaa3

Analogous Colors of #a38dca

#a38dca #c28dca #8d96ca

Monochromatic Colors of #a38dca

#a38dca

Complementary Color

#a38dca #b4ca8d

#a38dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dca Color CSS Codes

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

#a38dca Text Font Color

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

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


#a38dca Background Color

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

This div background color is #a38dca


#a38dca Border Color

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

This div border color is #a38dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dca


Comments

No comments written yet.

Please login to write comment.