Color Hex Logo

#a97ecd Color Hex

#A97ECD
(169,126,205)
0 Favorites   0 Comments

Color spaces of #a97ecd

RGB 169126205
HSL0.760.440.65
HSV273°39°80°
CMYK 0.180.390.00   0.20
XYZ34.842527.764561.2803
Yxy27.76450.28120.2241
Hunter Lab52.692025.8217-32.0693
CIE-Lab59.675431.6569-34.6518

#a97ecd color RGB value is (169,126,205).

#a97ecd hex color red value is 169, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a97ecd hue: 0.76 , saturation: 0.44 and the lightness value of a97ecd is 0.65.

The process color (four color CMYK) of #a97ecd color hex is 0.18, 0.39, 0.00, 0.20. Web safe color of #a97ecd is #9966cc. Color #a97ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 11001101
Octal 251 176 315
Decimal 169 126 205
Hex A9 7E CD

RGB Percentages of Color #a97ecd

%33.80
%25.20
%41.00

CMYK Percentages of Color #a97ecd

%18
%39
%0
%20

Triadic Colors of #a97ecd

#a97ecd #cda97e #7ecda9

Analogous Colors of #a97ecd

#a97ecd #cd7eca #827ecd

Monochromatic Colors of #a97ecd

#a97ecd

Complementary Color

#a97ecd #a2cd7e

#a97ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ecd Color CSS Codes

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

#a97ecd Text Font Color

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

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


#a97ecd Background Color

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

This div background color is #a97ecd


#a97ecd Border Color

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

This div border color is #a97ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,126,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #a97ecd;
  box-shadow:         1px 1px 3px 2px #a97ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,126,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ecd

#a97ecd Color Palettes


Comments

No comments written yet.

Please login to write comment.