Color Hex Logo

#a97ebf Color Hex

#A97EBF
(169,126,191)
0 Favorites   0 Comments

Color spaces of #a97ebf

RGB 169126191
HSL0.780.340.62
HSV280°34°75°
CMYK 0.120.340.00   0.25
XYZ33.227027.118352.7733
Yxy27.11830.29370.2397
Hunter Lab52.075222.7616-23.6321
CIE-Lab59.083728.5891-27.6473

#a97ebf color RGB value is (169,126,191).

#a97ebf hex color red value is 169, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a97ebf hue: 0.78 , saturation: 0.34 and the lightness value of a97ebf is 0.62.

The process color (four color CMYK) of #a97ebf color hex is 0.12, 0.34, 0.00, 0.25. Web safe color of #a97ebf is #9966cc. Color #a97ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 10111111
Octal 251 176 277
Decimal 169 126 191
Hex A9 7E BF

RGB Percentages of Color #a97ebf

%34.77
%25.93
%39.30

CMYK Percentages of Color #a97ebf

%12
%34
%0
%25

Triadic Colors of #a97ebf

#a97ebf #bfa97e #7ebfa9

Analogous Colors of #a97ebf

#a97ebf #bf7eb5 #897ebf

Monochromatic Colors of #a97ebf

#a97ebf

Complementary Color

#a97ebf #94bf7e

#a97ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ebf Color CSS Codes

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

#a97ebf Text Font Color

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

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


#a97ebf Background Color

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

This div background color is #a97ebf


#a97ebf Border Color

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

This div border color is #a97ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ebf

#a97ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.