Color Hex Logo

#a18ace Color Hex

#A18ACE
(161,138,206)
0 Favorites   0 Comments

Color spaces of #a18ace

RGB 161138206
HSL0.720.410.67
HSV260°33°81°
CMYK 0.220.330.00   0.19
XYZ34.927030.210362.3828
Yxy30.21030.27390.2369
Hunter Lab54.963917.2416-28.8181
CIE-Lab61.835322.6362-31.9122

#a18ace color RGB value is (161,138,206).

#a18ace hex color red value is 161, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a18ace hue: 0.72 , saturation: 0.41 and the lightness value of a18ace is 0.67.

The process color (four color CMYK) of #a18ace color hex is 0.22, 0.33, 0.00, 0.19. Web safe color of #a18ace is #9999cc. Color #a18ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 11001110
Octal 241 212 316
Decimal 161 138 206
Hex A1 8A CE

RGB Percentages of Color #a18ace

%31.88
%27.33
%40.79

CMYK Percentages of Color #a18ace

%22
%33
%0
%19

Triadic Colors of #a18ace

#a18ace #cea18a #8acea1

Analogous Colors of #a18ace

#a18ace #c38ace #8a95ce

Monochromatic Colors of #a18ace

#a18ace

Complementary Color

#a18ace #b7ce8a

#a18ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ace Color CSS Codes

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

#a18ace Text Font Color

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

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


#a18ace Background Color

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

This div background color is #a18ace


#a18ace Border Color

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

This div border color is #a18ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ace


Comments

No comments written yet.

Please login to write comment.