Color Hex Logo

#a19bda Color Hex

#A19BDA
(161,155,218)
0 Favorites   0 Comments

Color spaces of #a19bda

RGB 161155218
HSL0.680.460.73
HSV246°29°85°
CMYK 0.260.290.00   0.15
XYZ39.074236.081771.2347
Yxy36.08170.26690.2465
Hunter Lab60.068010.9950-28.2644
CIE-Lab66.582315.8228-31.2397

#a19bda color RGB value is (161,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011011 11011010
Octal 241 233 332
Decimal 161 155 218
Hex A1 9B DA

RGB Percentages of Color #a19bda

%30.15
%29.03
%40.82

CMYK Percentages of Color #a19bda

%26
%29
%0
%15

Triadic Colors of #a19bda

#a19bda #daa19b #9bdaa1

Analogous Colors of #a19bda

#a19bda #c19bda #9bb5da

Monochromatic Colors of #a19bda

#a19bda

Complementary Color

#a19bda #d4da9b

#a19bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19bda Color CSS Codes

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

#a19bda Text Font Color

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

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


#a19bda Background Color

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

This div background color is #a19bda


#a19bda Border Color

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

This div border color is #a19bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19bda


Comments

No comments written yet.

Please login to write comment.