Color Hex Logo

#a38bca Color Hex

#A38BCA
(163,139,202)
0 Favorites   0 Comments

Color spaces of #a38bca

RGB 163139202
HSL0.730.370.67
HSV263°31°79°
CMYK 0.190.310.00   0.21
XYZ34.997530.516059.9227
Yxy30.51600.27900.2433
Hunter Lab55.241316.4144-25.6456
CIE-Lab62.096921.7491-29.2482

#a38bca color RGB value is (163,139,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001011 11001010
Octal 243 213 312
Decimal 163 139 202
Hex A3 8B CA

RGB Percentages of Color #a38bca

%32.34
%27.58
%40.08

CMYK Percentages of Color #a38bca

%19
%31
%0
%21

Triadic Colors of #a38bca

#a38bca #caa38b #8bcaa3

Analogous Colors of #a38bca

#a38bca #c38bca #8b93ca

Monochromatic Colors of #a38bca

#a38bca

Complementary Color

#a38bca #b2ca8b

#a38bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38bca Color CSS Codes

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

#a38bca Text Font Color

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

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


#a38bca Background Color

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

This div background color is #a38bca


#a38bca Border Color

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

This div border color is #a38bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38bca


Comments

No comments written yet.

Please login to write comment.