Color Hex Logo

#a19ddd Color Hex

#A19DDD
(161,157,221)
0 Favorites   0 Comments

Color spaces of #a19ddd

RGB 161157221
HSL0.680.480.74
HSV244°29°87°
CMYK 0.270.290.00   0.13
XYZ39.806136.911573.4332
Yxy36.91150.26510.2458
Hunter Lab60.754810.6309-29.1343
CIE-Lab67.210615.4217-31.9245

#a19ddd color RGB value is (161,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11011101
Octal 241 235 335
Decimal 161 157 221
Hex A1 9D DD

RGB Percentages of Color #a19ddd

%29.87
%29.13
%41.00

CMYK Percentages of Color #a19ddd

%27
%29
%0
%13

Triadic Colors of #a19ddd

#a19ddd #dda19d #9ddda1

Analogous Colors of #a19ddd

#a19ddd #c19ddd #9db9dd

Monochromatic Colors of #a19ddd

#a19ddd

Complementary Color

#a19ddd #d9dd9d

#a19ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ddd Color CSS Codes

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

#a19ddd Text Font Color

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

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


#a19ddd Background Color

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

This div background color is #a19ddd


#a19ddd Border Color

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

This div border color is #a19ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ddd


Comments

No comments written yet.

Please login to write comment.