Color Hex Logo

#a19ade Color Hex

#A19ADE
(161,154,222)
0 Favorites   0 Comments

Color spaces of #a19ade

RGB 161154222
HSL0.680.510.74
HSV246°31°87°
CMYK 0.270.310.00   0.13
XYZ39.438435.962273.9700
Yxy35.96220.26400.2408
Hunter Lab59.968512.4460-31.1551
CIE-Lab66.491017.3678-33.5915

#a19ade color RGB value is (161,154,222).

#a19ade hex color red value is 161, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a19ade hue: 0.68 , saturation: 0.51 and the lightness value of a19ade is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011010 11011110
Octal 241 232 336
Decimal 161 154 222
Hex A1 9A DE

RGB Percentages of Color #a19ade

%29.98
%28.68
%41.34

CMYK Percentages of Color #a19ade

%27
%31
%0
%13

Triadic Colors of #a19ade

#a19ade #dea19a #9adea1

Analogous Colors of #a19ade

#a19ade #c39ade #9ab5de

Monochromatic Colors of #a19ade

#a19ade

Complementary Color

#a19ade #d7de9a

#a19ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ade Color CSS Codes

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

#a19ade Text Font Color

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

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


#a19ade Background Color

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

This div background color is #a19ade


#a19ade Border Color

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

This div border color is #a19ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ade


Comments

No comments written yet.

Please login to write comment.