Color Hex Logo

#a19ebd Color Hex

#A19EBD
(161,158,189)
0 Favorites   0 Comments

Color spaces of #a19ebd

RGB 161158189
HSL0.680.190.68
HSV246°16°74°
CMYK 0.150.160.00   0.26
XYZ36.110135.704953.1326
Yxy35.70490.28900.2858
Hunter Lab59.75363.3018-10.8929
CIE-Lab66.29387.4171-15.5717

#a19ebd color RGB value is (161,158,189).

#a19ebd hex color red value is 161, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a19ebd hue: 0.68 , saturation: 0.19 and the lightness value of a19ebd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 10111101
Octal 241 236 275
Decimal 161 158 189
Hex A1 9E BD

RGB Percentages of Color #a19ebd

%31.69
%31.10
%37.20

CMYK Percentages of Color #a19ebd

%15
%16
%0
%26

Triadic Colors of #a19ebd

#a19ebd #bda19e #9ebda1

Analogous Colors of #a19ebd

#a19ebd #b19ebd #9eabbd

Monochromatic Colors of #a19ebd

#a19ebd

Complementary Color

#a19ebd #babd9e

#a19ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ebd Color CSS Codes

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

#a19ebd Text Font Color

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

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


#a19ebd Background Color

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

This div background color is #a19ebd


#a19ebd Border Color

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

This div border color is #a19ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ebd


Comments

No comments written yet.

Please login to write comment.