Color Hex Logo

#a19aeb Color Hex

#A19AEB
(161,154,235)
0 Favorites   0 Comments

Color spaces of #a19aeb

RGB 161154235
HSL0.680.670.76
HSV245°34°92°
CMYK 0.310.340.00   0.08
XYZ41.248936.686483.5044
Yxy36.68640.25550.2272
Hunter Lab60.569315.5658-39.3422
CIE-Lab67.041120.6184-39.8940

#a19aeb color RGB value is (161,154,235).

#a19aeb hex color red value is 161, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a19aeb hue: 0.68 , saturation: 0.67 and the lightness value of a19aeb is 0.76.

The process color (four color CMYK) of #a19aeb color hex is 0.31, 0.34, 0.00, 0.08. Web safe color of #a19aeb is #9999ff. Color #a19aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011010 11101011
Octal 241 232 353
Decimal 161 154 235
Hex A1 9A EB

RGB Percentages of Color #a19aeb

%29.27
%28.00
%42.73

CMYK Percentages of Color #a19aeb

%31
%34
%0
%8

Triadic Colors of #a19aeb

#a19aeb #eba19a #9aeba1

Analogous Colors of #a19aeb

#a19aeb #ca9aeb #9abceb

Monochromatic Colors of #a19aeb

#a19aeb

Complementary Color

#a19aeb #e4eb9a

#a19aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19aeb Color CSS Codes

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

#a19aeb Text Font Color

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

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


#a19aeb Background Color

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

This div background color is #a19aeb


#a19aeb Border Color

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

This div border color is #a19aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19aeb


Comments

No comments written yet.

Please login to write comment.