Color Hex Logo

#a18eee Color Hex

#A18EEE
(161,142,238)
0 Favorites   0 Comments

Color spaces of #a18eee

RGB 161142238
HSL0.700.740.75
HSV252°40°93°
CMYK 0.320.400.00   0.07
XYZ39.803633.096185.1792
Yxy33.09610.25180.2094
Hunter Lab57.529222.8254-47.5158
CIE-Lab64.238628.2239-45.9416

#a18eee color RGB value is (161,142,238).

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

The process color (four color CMYK) of #a18eee color hex is 0.32, 0.40, 0.00, 0.07. Web safe color of #a18eee is #9999ff. Color #a18eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11101110
Octal 241 216 356
Decimal 161 142 238
Hex A1 8E EE

RGB Percentages of Color #a18eee

%29.76
%26.25
%43.99

CMYK Percentages of Color #a18eee

%32
%40
%0
%7

Triadic Colors of #a18eee

#a18eee #eea18e #8eeea1

Analogous Colors of #a18eee

#a18eee #d18eee #8eabee

Monochromatic Colors of #a18eee

#a18eee

Complementary Color

#a18eee #dbee8e

#a18eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18eee Color CSS Codes

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

#a18eee Text Font Color

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

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


#a18eee Background Color

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

This div background color is #a18eee


#a18eee Border Color

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

This div border color is #a18eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18eee


Comments

No comments written yet.

Please login to write comment.