Color Hex Logo

#a19ecc Color Hex

#A19ECC
(161,158,204)
0 Favorites   0 Comments

Color spaces of #a19ecc

RGB 161158204
HSL0.680.310.71
HSV244°23°80°
CMYK 0.210.230.00   0.20
XYZ37.823936.390462.1573
Yxy36.39040.27740.2668
Hunter Lab60.32456.3531-18.8643
CIE-Lab66.817110.8021-23.1224

#a19ecc color RGB value is (161,158,204).

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

The process color (four color CMYK) of #a19ecc color hex is 0.21, 0.23, 0.00, 0.20. Web safe color of #a19ecc is #9999cc. Color #a19ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 11001100
Octal 241 236 314
Decimal 161 158 204
Hex A1 9E CC

RGB Percentages of Color #a19ecc

%30.78
%30.21
%39.01

CMYK Percentages of Color #a19ecc

%21
%23
%0
%20

Triadic Colors of #a19ecc

#a19ecc #cca19e #9ecca1

Analogous Colors of #a19ecc

#a19ecc #b89ecc #9eb2cc

Monochromatic Colors of #a19ecc

#a19ecc

Complementary Color

#a19ecc #c9cc9e

#a19ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19ecc Color CSS Codes

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

#a19ecc Text Font Color

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

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


#a19ecc Background Color

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

This div background color is #a19ecc


#a19ecc Border Color

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

This div border color is #a19ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19ecc


Comments

No comments written yet.

Please login to write comment.