Color Hex Logo

#a19edd Color Hex

#A19EDD
(161,158,221)
0 Favorites   0 Comments

Color spaces of #a19edd

RGB 161158221
HSL0.670.480.74
HSV243°29°87°
CMYK 0.270.290.00   0.13
XYZ39.975937.251273.4899
Yxy37.25120.26520.2472
Hunter Lab61.033810.1049-28.6666
CIE-Lab67.465114.8559-31.5309

#a19edd color RGB value is (161,158,221).

#a19edd hex color red value is 161, green value is 158 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a19edd hue: 0.67 , saturation: 0.48 and the lightness value of a19edd is 0.74.

The process color (four color CMYK) of #a19edd color hex is 0.27, 0.29, 0.00, 0.13. Web safe color of #a19edd is #9999cc. Color #a19edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 11011101
Octal 241 236 335
Decimal 161 158 221
Hex A1 9E DD

RGB Percentages of Color #a19edd

%29.81
%29.26
%40.93

CMYK Percentages of Color #a19edd

%27
%29
%0
%13

Triadic Colors of #a19edd

#a19edd #dda19e #9edda1

Analogous Colors of #a19edd

#a19edd #c19edd #9ebbdd

Monochromatic Colors of #a19edd

#a19edd

Complementary Color

#a19edd #dadd9e

#a19edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19edd Color CSS Codes

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

#a19edd Text Font Color

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

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


#a19edd Background Color

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

This div background color is #a19edd


#a19edd Border Color

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

This div border color is #a19edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19edd


Comments

No comments written yet.

Please login to write comment.