Color Hex Logo

#a38fca Color Hex

#A38FCA
(163,143,202)
0 Favorites   0 Comments

Color spaces of #a38fca

RGB 163143202
HSL0.720.360.68
HSV260°29°79°
CMYK 0.190.290.00   0.21
XYZ35.587431.695760.1193
Yxy31.69570.27930.2488
Hunter Lab56.298914.3094-23.9041
CIE-Lab63.090619.4684-27.7140

#a38fca color RGB value is (163,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001111 11001010
Octal 243 217 312
Decimal 163 143 202
Hex A3 8F CA

RGB Percentages of Color #a38fca

%32.09
%28.15
%39.76

CMYK Percentages of Color #a38fca

%19
%29
%0
%21

Triadic Colors of #a38fca

#a38fca #caa38f #8fcaa3

Analogous Colors of #a38fca

#a38fca #c18fca #8f99ca

Monochromatic Colors of #a38fca

#a38fca

Complementary Color

#a38fca #b6ca8f

#a38fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38fca Color CSS Codes

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

#a38fca Text Font Color

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

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


#a38fca Background Color

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

This div background color is #a38fca


#a38fca Border Color

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

This div border color is #a38fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38fca


Comments

No comments written yet.

Please login to write comment.