Color Hex Logo

#a19dda Color Hex

#A19DDA
(161,157,218)
0 Favorites   0 Comments

Color spaces of #a19dda

RGB 161157218
HSL0.680.450.74
HSV244°28°85°
CMYK 0.260.280.00   0.15
XYZ39.409836.753071.3466
Yxy36.75300.26720.2492
Hunter Lab60.62439.9444-27.3394
CIE-Lab67.091314.6902-30.4530

#a19dda color RGB value is (161,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11011010
Octal 241 235 332
Decimal 161 157 218
Hex A1 9D DA

RGB Percentages of Color #a19dda

%30.04
%29.29
%40.67

CMYK Percentages of Color #a19dda

%26
%28
%0
%15

Triadic Colors of #a19dda

#a19dda #daa19d #9ddaa1

Analogous Colors of #a19dda

#a19dda #c09dda #9db8da

Monochromatic Colors of #a19dda

#a19dda

Complementary Color

#a19dda #d6da9d

#a19dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19dda Color CSS Codes

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

#a19dda Text Font Color

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

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


#a19dda Background Color

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

This div background color is #a19dda


#a19dda Border Color

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

This div border color is #a19dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19dda


Comments

No comments written yet.

Please login to write comment.