Color Hex Logo

#a18eec Color Hex

#A18EEC
(161,142,236)
0 Favorites   0 Comments

Color spaces of #a18eec

RGB 161142236
HSL0.700.710.74
HSV252°40°93°
CMYK 0.320.400.00   0.07
XYZ39.511332.979283.6400
Yxy32.97920.25310.2112
Hunter Lab57.427522.3135-46.1533
CIE-Lab64.144127.7136-44.9879

#a18eec color RGB value is (161,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11101100
Octal 241 216 354
Decimal 161 142 236
Hex A1 8E EC

RGB Percentages of Color #a18eec

%29.87
%26.35
%43.78

CMYK Percentages of Color #a18eec

%32
%40
%0
%7

Triadic Colors of #a18eec

#a18eec #eca18e #8eeca1

Analogous Colors of #a18eec

#a18eec #d08eec #8eaaec

Monochromatic Colors of #a18eec

#a18eec

Complementary Color

#a18eec #d9ec8e

#a18eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18eec Color CSS Codes

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

#a18eec Text Font Color

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

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


#a18eec Background Color

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

This div background color is #a18eec


#a18eec Border Color

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

This div border color is #a18eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18eec


Comments

No comments written yet.

Please login to write comment.