Color Hex Logo

#a18ecd Color Hex

#A18ECD
(161,142,205)
0 Favorites   0 Comments

Color spaces of #a18ecd

RGB 161142205
HSL0.720.390.68
HSV258°31°80°
CMYK 0.210.310.00   0.20
XYZ35.390431.330861.9398
Yxy31.33080.27510.2435
Hunter Lab55.973914.9051-26.4276
CIE-Lab62.785920.1155-29.8791

#a18ecd color RGB value is (161,142,205).

#a18ecd hex color red value is 161, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a18ecd hue: 0.72 , saturation: 0.39 and the lightness value of a18ecd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11001101
Octal 241 216 315
Decimal 161 142 205
Hex A1 8E CD

RGB Percentages of Color #a18ecd

%31.69
%27.95
%40.35

CMYK Percentages of Color #a18ecd

%21
%31
%0
%20

Triadic Colors of #a18ecd

#a18ecd #cda18e #8ecda1

Analogous Colors of #a18ecd

#a18ecd #c18ecd #8e9bcd

Monochromatic Colors of #a18ecd

#a18ecd

Complementary Color

#a18ecd #bacd8e

#a18ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ecd Color CSS Codes

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

#a18ecd Text Font Color

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

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


#a18ecd Background Color

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

This div background color is #a18ecd


#a18ecd Border Color

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

This div border color is #a18ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,142,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ecd


Comments

No comments written yet.

Please login to write comment.