Color Hex Logo

#a19dd1 Color Hex

#A19DD1
(161,157,209)
0 Favorites   0 Comments

Color spaces of #a19dd1

RGB 161157209
HSL0.680.360.72
HSV245°25°82°
CMYK 0.230.250.00   0.18
XYZ38.263536.294565.3104
Yxy36.29450.27360.2595
Hunter Lab60.24497.9425-22.1038
CIE-Lab66.744312.5352-26.0072

#a19dd1 color RGB value is (161,157,209).

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

The process color (four color CMYK) of #a19dd1 color hex is 0.23, 0.25, 0.00, 0.18. Web safe color of #a19dd1 is #9999cc. Color #a19dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11010001
Octal 241 235 321
Decimal 161 157 209
Hex A1 9D D1

RGB Percentages of Color #a19dd1

%30.55
%29.79
%39.66

CMYK Percentages of Color #a19dd1

%23
%25
%0
%18

Triadic Colors of #a19dd1

#a19dd1 #d1a19d #9dd1a1

Analogous Colors of #a19dd1

#a19dd1 #bb9dd1 #9db3d1

Monochromatic Colors of #a19dd1

#a19dd1

Complementary Color

#a19dd1 #cdd19d

#a19dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19dd1 Color CSS Codes

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

#a19dd1 Text Font Color

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

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


#a19dd1 Background Color

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

This div background color is #a19dd1


#a19dd1 Border Color

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

This div border color is #a19dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19dd1


Comments

No comments written yet.

Please login to write comment.