Color Hex Logo

#a18dee Color Hex

#A18DEE
(161,141,238)
0 Favorites   0 Comments

Color spaces of #a18dee

RGB 161141238
HSL0.700.740.74
HSV252°41°93°
CMYK 0.320.410.00   0.07
XYZ39.655432.799985.1299
Yxy32.79990.25160.2081
Hunter Lab57.271223.3714-48.0409
CIE-Lab63.998628.7939-46.3200

#a18dee color RGB value is (161,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001101 11101110
Octal 241 215 356
Decimal 161 141 238
Hex A1 8D EE

RGB Percentages of Color #a18dee

%29.81
%26.11
%44.07

CMYK Percentages of Color #a18dee

%32
%41
%0
%7

Triadic Colors of #a18dee

#a18dee #eea18d #8deea1

Analogous Colors of #a18dee

#a18dee #d28dee #8daaee

Monochromatic Colors of #a18dee

#a18dee

Complementary Color

#a18dee #daee8d

#a18dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18dee Color CSS Codes

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

#a18dee Text Font Color

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

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


#a18dee Background Color

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

This div background color is #a18dee


#a18dee Border Color

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

This div border color is #a18dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18dee


Comments

No comments written yet.

Please login to write comment.