Color Hex Logo

#a18eea Color Hex

#A18EEA
(161,142,234)
0 Favorites   0 Comments

Color spaces of #a18eea

RGB 161142234
HSL0.700.690.74
HSV252°39°92°
CMYK 0.310.390.00   0.08
XYZ39.222232.863682.1180
Yxy32.86360.25440.2131
Hunter Lab57.326821.8054-44.8015
CIE-Lab64.050327.2054-44.0317

#a18eea color RGB value is (161,142,234).

#a18eea hex color red value is 161, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a18eea hue: 0.70 , saturation: 0.69 and the lightness value of a18eea is 0.74.

The process color (four color CMYK) of #a18eea color hex is 0.31, 0.39, 0.00, 0.08. Web safe color of #a18eea is #9999ff. Color #a18eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11101010
Octal 241 216 352
Decimal 161 142 234
Hex A1 8E EA

RGB Percentages of Color #a18eea

%29.98
%26.44
%43.58

CMYK Percentages of Color #a18eea

%31
%39
%0
%8

Triadic Colors of #a18eea

#a18eea #eaa18e #8eeaa1

Analogous Colors of #a18eea

#a18eea #cf8eea #8ea9ea

Monochromatic Colors of #a18eea

#a18eea

Complementary Color

#a18eea #d7ea8e

#a18eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18eea Color CSS Codes

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

#a18eea Text Font Color

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

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


#a18eea Background Color

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

This div background color is #a18eea


#a18eea Border Color

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

This div border color is #a18eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18eea


Comments

No comments written yet.

Please login to write comment.