Color Hex Logo

#a38dcc Color Hex

#A38DCC
(163,141,204)
0 Favorites   0 Comments

Color spaces of #a38dcc

RGB 163141204
HSL0.720.380.68
HSV261°31°80°
CMYK 0.200.310.00   0.20
XYZ35.528231.195961.2756
Yxy31.19590.27760.2437
Hunter Lab55.853315.8003-25.9486
CIE-Lab62.672721.0698-29.4798

#a38dcc color RGB value is (163,141,204).

#a38dcc hex color red value is 163, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a38dcc hue: 0.72 , saturation: 0.38 and the lightness value of a38dcc is 0.68.

The process color (four color CMYK) of #a38dcc color hex is 0.20, 0.31, 0.00, 0.20. Web safe color of #a38dcc is #9999cc. Color #a38dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 11001100
Octal 243 215 314
Decimal 163 141 204
Hex A3 8D CC

RGB Percentages of Color #a38dcc

%32.09
%27.76
%40.16

CMYK Percentages of Color #a38dcc

%20
%31
%0
%20

Triadic Colors of #a38dcc

#a38dcc #cca38d #8dcca3

Analogous Colors of #a38dcc

#a38dcc #c38dcc #8d97cc

Monochromatic Colors of #a38dcc

#a38dcc

Complementary Color

#a38dcc #b6cc8d

#a38dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38dcc Color CSS Codes

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

#a38dcc Text Font Color

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

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


#a38dcc Background Color

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

This div background color is #a38dcc


#a38dcc Border Color

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

This div border color is #a38dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38dcc


Comments

No comments written yet.

Please login to write comment.