Color Hex Logo

#a38cca Color Hex

#A38CCA
(163,140,202)
0 Favorites   0 Comments

Color spaces of #a38cca

RGB 163140202
HSL0.730.370.67
HSV262°31°79°
CMYK 0.190.310.00   0.21
XYZ35.143030.807059.9712
Yxy30.80700.27910.2447
Hunter Lab55.504115.8871-25.2090
CIE-Lab62.344421.1785-28.8657

#a38cca color RGB value is (163,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001100 11001010
Octal 243 214 312
Decimal 163 140 202
Hex A3 8C CA

RGB Percentages of Color #a38cca

%32.28
%27.72
%40.00

CMYK Percentages of Color #a38cca

%19
%31
%0
%21

Triadic Colors of #a38cca

#a38cca #caa38c #8ccaa3

Analogous Colors of #a38cca

#a38cca #c28cca #8c94ca

Monochromatic Colors of #a38cca

#a38cca

Complementary Color

#a38cca #b3ca8c

#a38cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38cca Color CSS Codes

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

#a38cca Text Font Color

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

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


#a38cca Background Color

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

This div background color is #a38cca


#a38cca Border Color

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

This div border color is #a38cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38cca


Comments

No comments written yet.

Please login to write comment.