Color Hex Logo

#a18eca Color Hex

#A18ECA
(161,142,202)
0 Favorites   0 Comments

Color spaces of #a18eca

RGB 161142202
HSL0.720.360.67
HSV259°30°79°
CMYK 0.200.300.00   0.21
XYZ35.031631.187360.0505
Yxy31.18730.27740.2470
Hunter Lab55.845614.2422-24.6623
CIE-Lab62.665419.4150-28.3844

#a18eca color RGB value is (161,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11001010
Octal 241 216 312
Decimal 161 142 202
Hex A1 8E CA

RGB Percentages of Color #a18eca

%31.88
%28.12
%40.00

CMYK Percentages of Color #a18eca

%20
%30
%0
%21

Triadic Colors of #a18eca

#a18eca #caa18e #8ecaa1

Analogous Colors of #a18eca

#a18eca #bf8eca #8e99ca

Monochromatic Colors of #a18eca

#a18eca

Complementary Color

#a18eca #b7ca8e

#a18eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18eca Color CSS Codes

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

#a18eca Text Font Color

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

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


#a18eca Background Color

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

This div background color is #a18eca


#a18eca Border Color

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

This div border color is #a18eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18eca


Comments

No comments written yet.

Please login to write comment.