Color Hex Logo

#a39cec Color Hex

#A39CEC
(163,156,236)
0 Favorites   0 Comments

Color spaces of #a39cec

RGB 163156236
HSL0.680.680.77
HSV245°34°93°
CMYK 0.310.340.00   0.07
XYZ42.133037.619684.3975
Yxy37.61960.25670.2292
Hunter Lab61.334815.2819-38.6494
CIE-Lab67.739320.2943-39.3405

#a39cec color RGB value is (163,156,236).

#a39cec hex color red value is 163, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a39cec hue: 0.68 , saturation: 0.68 and the lightness value of a39cec is 0.77.

The process color (four color CMYK) of #a39cec color hex is 0.31, 0.34, 0.00, 0.07. Web safe color of #a39cec is #9999ff. Color #a39cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011100 11101100
Octal 243 234 354
Decimal 163 156 236
Hex A3 9C EC

RGB Percentages of Color #a39cec

%29.37
%28.11
%42.52

CMYK Percentages of Color #a39cec

%31
%34
%0
%7

Triadic Colors of #a39cec

#a39cec #eca39c #9ceca3

Analogous Colors of #a39cec

#a39cec #cb9cec #9cbdec

Monochromatic Colors of #a39cec

#a39cec

Complementary Color

#a39cec #e5ec9c

#a39cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39cec Color CSS Codes

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

#a39cec Text Font Color

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

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


#a39cec Background Color

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

This div background color is #a39cec


#a39cec Border Color

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

This div border color is #a39cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39cec


Comments

No comments written yet.

Please login to write comment.