Color Hex Logo

#a18dde Color Hex

#A18DDE
(161,141,222)
0 Favorites   0 Comments

Color spaces of #a18dde

RGB 161141222
HSL0.710.550.71
HSV255°36°87°
CMYK 0.270.360.00   0.13
XYZ37.407631.900773.2931
Yxy31.90070.26230.2237
Hunter Lab56.480719.3807-37.4021
CIE-Lab63.260724.7772-38.6230

#a18dde color RGB value is (161,141,222).

#a18dde hex color red value is 161, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a18dde hue: 0.71 , saturation: 0.55 and the lightness value of a18dde is 0.71.

The process color (four color CMYK) of #a18dde color hex is 0.27, 0.36, 0.00, 0.13. Web safe color of #a18dde is #9999cc. Color #a18dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001101 11011110
Octal 241 215 336
Decimal 161 141 222
Hex A1 8D DE

RGB Percentages of Color #a18dde

%30.73
%26.91
%42.37

CMYK Percentages of Color #a18dde

%27
%36
%0
%13

Triadic Colors of #a18dde

#a18dde #dea18d #8ddea1

Analogous Colors of #a18dde

#a18dde #ca8dde #8da2de

Monochromatic Colors of #a18dde

#a18dde

Complementary Color

#a18dde #cade8d

#a18dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18dde Color CSS Codes

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

#a18dde Text Font Color

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

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


#a18dde Background Color

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

This div background color is #a18dde


#a18dde Border Color

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

This div border color is #a18dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18dde


Comments

No comments written yet.

Please login to write comment.