Color Hex Logo

#a97ebb Color Hex

#A97EBB
(169,126,187)
0 Favorites   0 Comments

Color spaces of #a97ebb

RGB 169126187
HSL0.780.310.61
HSV282°33°73°
CMYK 0.100.330.00   0.27
XYZ32.792726.944650.4862
Yxy26.94460.29750.2445
Hunter Lab51.908221.9270-21.3301
CIE-Lab58.923027.7402-25.6212

#a97ebb color RGB value is (169,126,187).

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

The process color (four color CMYK) of #a97ebb color hex is 0.10, 0.33, 0.00, 0.27. Web safe color of #a97ebb is #9966cc. Color #a97ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 10111011
Octal 251 176 273
Decimal 169 126 187
Hex A9 7E BB

RGB Percentages of Color #a97ebb

%35.06
%26.14
%38.80

CMYK Percentages of Color #a97ebb

%10
%33
%0
%27

Triadic Colors of #a97ebb

#a97ebb #bba97e #7ebba9

Analogous Colors of #a97ebb

#a97ebb #bb7eaf #8b7ebb

Monochromatic Colors of #a97ebb

#a97ebb

Complementary Color

#a97ebb #90bb7e

#a97ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ebb Color CSS Codes

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

#a97ebb Text Font Color

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

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


#a97ebb Background Color

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

This div background color is #a97ebb


#a97ebb Border Color

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

This div border color is #a97ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ebb


Comments

No comments written yet.

Please login to write comment.