Color Hex Logo

#a39ace Color Hex

#A39ACE
(163,154,206)
0 Favorites   0 Comments

Color spaces of #a39ace

RGB 163154206
HSL0.700.350.71
HSV250°25°81°
CMYK 0.210.250.00   0.19
XYZ37.800435.354063.2242
Yxy35.35400.27720.2592
Hunter Lab59.45929.4253-21.4228
CIE-Lab66.023414.1474-25.4349

#a39ace color RGB value is (163,154,206).

#a39ace hex color red value is 163, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a39ace hue: 0.70 , saturation: 0.35 and the lightness value of a39ace is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011010 11001110
Octal 243 232 316
Decimal 163 154 206
Hex A3 9A CE

RGB Percentages of Color #a39ace

%31.17
%29.45
%39.39

CMYK Percentages of Color #a39ace

%21
%25
%0
%19

Triadic Colors of #a39ace

#a39ace #cea39a #9acea3

Analogous Colors of #a39ace

#a39ace #bd9ace #9aabce

Monochromatic Colors of #a39ace

#a39ace

Complementary Color

#a39ace #c5ce9a

#a39ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39ace Color CSS Codes

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

#a39ace Text Font Color

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

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


#a39ace Background Color

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

This div background color is #a39ace


#a39ace Border Color

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

This div border color is #a39ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39ace

#a39ace Color Palettes


Comments

No comments written yet.

Please login to write comment.