Color Hex Logo

#a18ecc Color Hex

#A18ECC
(161,142,204)
0 Favorites   0 Comments

Color spaces of #a18ecc

RGB 161142204
HSL0.720.380.68
HSV258°30°80°
CMYK 0.210.300.00   0.20
XYZ35.270031.282761.3060
Yxy31.28270.27590.2447
Hunter Lab55.930914.6828-25.8362
CIE-Lab62.745619.8810-29.3814

#a18ecc color RGB value is (161,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11001100
Octal 241 216 314
Decimal 161 142 204
Hex A1 8E CC

RGB Percentages of Color #a18ecc

%31.76
%28.01
%40.24

CMYK Percentages of Color #a18ecc

%21
%30
%0
%20

Triadic Colors of #a18ecc

#a18ecc #cca18e #8ecca1

Analogous Colors of #a18ecc

#a18ecc #c08ecc #8e9acc

Monochromatic Colors of #a18ecc

#a18ecc

Complementary Color

#a18ecc #b9cc8e

#a18ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ecc Color CSS Codes

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

#a18ecc Text Font Color

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

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


#a18ecc Background Color

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

This div background color is #a18ecc


#a18ecc Border Color

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

This div border color is #a18ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ecc


Comments

No comments written yet.

Please login to write comment.