Color Hex Logo

#a19ddb Color Hex

#A19DDB
(161,157,219)
0 Favorites   0 Comments

Color spaces of #a19ddb

RGB 161157219
HSL0.680.460.74
HSV244°28°86°
CMYK 0.260.280.00   0.14
XYZ39.541136.805572.0380
Yxy36.80550.26650.2480
Hunter Lab60.667510.1722-27.9350
CIE-Lab67.130914.9334-30.9441

#a19ddb color RGB value is (161,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11011011
Octal 241 235 333
Decimal 161 157 219
Hex A1 9D DB

RGB Percentages of Color #a19ddb

%29.98
%29.24
%40.78

CMYK Percentages of Color #a19ddb

%26
%28
%0
%14

Triadic Colors of #a19ddb

#a19ddb #dba19d #9ddba1

Analogous Colors of #a19ddb

#a19ddb #c09ddb #9db8db

Monochromatic Colors of #a19ddb

#a19ddb

Complementary Color

#a19ddb #d7db9d

#a19ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ddb Color CSS Codes

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

#a19ddb Text Font Color

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

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


#a19ddb Background Color

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

This div background color is #a19ddb


#a19ddb Border Color

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

This div border color is #a19ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ddb


Comments

No comments written yet.

Please login to write comment.