Color Hex Logo

#a18dda Color Hex

#A18DDA
(161,141,218)
0 Favorites   0 Comments

Color spaces of #a18dda

RGB 161141218
HSL0.710.510.70
HSV256°35°85°
CMYK 0.260.350.00   0.15
XYZ36.877731.688870.5025
Yxy31.68880.26520.2279
Hunter Lab56.292818.4238-34.8513
CIE-Lab63.084823.7969-36.6729

#a18dda color RGB value is (161,141,218).

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

The process color (four color CMYK) of #a18dda color hex is 0.26, 0.35, 0.00, 0.15. Web safe color of #a18dda is #9999cc. Color #a18dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001101 11011010
Octal 241 215 332
Decimal 161 141 218
Hex A1 8D DA

RGB Percentages of Color #a18dda

%30.96
%27.12
%41.92

CMYK Percentages of Color #a18dda

%26
%35
%0
%15

Triadic Colors of #a18dda

#a18dda #daa18d #8ddaa1

Analogous Colors of #a18dda

#a18dda #c88dda #8da0da

Monochromatic Colors of #a18dda

#a18dda

Complementary Color

#a18dda #c6da8d

#a18dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18dda Color CSS Codes

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

#a18dda Text Font Color

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

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


#a18dda Background Color

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

This div background color is #a18dda


#a18dda Border Color

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

This div border color is #a18dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18dda


Comments

No comments written yet.

Please login to write comment.