Color Hex Logo

#a19cdb Color Hex

#A19CDB
(161,156,219)
0 Favorites   0 Comments

Color spaces of #a19cdb

RGB 161156219
HSL0.680.470.74
HSV245°29°86°
CMYK 0.260.290.00   0.14
XYZ39.372636.468571.9818
Yxy36.46850.26630.2467
Hunter Lab60.389210.6976-28.3992
CIE-Lab66.876415.4994-31.3376

#a19cdb color RGB value is (161,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011100 11011011
Octal 241 234 333
Decimal 161 156 219
Hex A1 9C DB

RGB Percentages of Color #a19cdb

%30.04
%29.10
%40.86

CMYK Percentages of Color #a19cdb

%26
%29
%0
%14

Triadic Colors of #a19cdb

#a19cdb #dba19c #9cdba1

Analogous Colors of #a19cdb

#a19cdb #c19cdb #9cb7db

Monochromatic Colors of #a19cdb

#a19cdb

Complementary Color

#a19cdb #d6db9c

#a19cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19cdb Color CSS Codes

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

#a19cdb Text Font Color

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

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


#a19cdb Background Color

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

This div background color is #a19cdb


#a19cdb Border Color

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

This div border color is #a19cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19cdb


Comments

No comments written yet.

Please login to write comment.