Color Hex Logo

#a18cee Color Hex

#A18CEE
(161,140,238)
0 Favorites   0 Comments

Color spaces of #a18cee

RGB 161140238
HSL0.700.740.74
HSV253°41°93°
CMYK 0.320.410.00   0.07
XYZ39.508632.506385.0809
Yxy32.50630.25150.2069
Hunter Lab57.014323.9183-48.5669
CIE-Lab63.759129.3643-46.6974

#a18cee color RGB value is (161,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11101110
Octal 241 214 356
Decimal 161 140 238
Hex A1 8C EE

RGB Percentages of Color #a18cee

%29.87
%25.97
%44.16

CMYK Percentages of Color #a18cee

%32
%41
%0
%7

Triadic Colors of #a18cee

#a18cee #eea18c #8ceea1

Analogous Colors of #a18cee

#a18cee #d28cee #8ca8ee

Monochromatic Colors of #a18cee

#a18cee

Complementary Color

#a18cee #d9ee8c

#a18cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cee Color CSS Codes

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

#a18cee Text Font Color

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

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


#a18cee Background Color

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

This div background color is #a18cee


#a18cee Border Color

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

This div border color is #a18cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,140,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 #a18cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cee


Comments

No comments written yet.

Please login to write comment.