Color Hex Logo

#a956ae Color Hex

#A956AE
(169,86,174)
0 Favorites   0 Comments

Color spaces of #a956ae

RGB 16986174
HSL0.820.350.51
HSV297°51°68°
CMYK 0.030.510.00   0.32
XYZ27.330018.146642.1066
Yxy18.14660.31200.2072
Hunter Lab42.598839.9718-28.7857
CIE-Lab49.673446.9424-32.4813

#a956ae color RGB value is (169,86,174).

#a956ae hex color red value is 169, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a956ae hue: 0.82 , saturation: 0.35 and the lightness value of a956ae is 0.51.

The process color (four color CMYK) of #a956ae color hex is 0.03, 0.51, 0.00, 0.32. Web safe color of #a956ae is #996699. Color #a956ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10101110
Octal 251 126 256
Decimal 169 86 174
Hex A9 56 AE

RGB Percentages of Color #a956ae

%39.39
%20.05
%40.56

CMYK Percentages of Color #a956ae

%3
%51
%0
%32

Triadic Colors of #a956ae

#a956ae #aea956 #56aea9

Analogous Colors of #a956ae

#a956ae #ae5687 #7d56ae

Monochromatic Colors of #a956ae

#a956ae

Complementary Color

#a956ae #5bae56

#a956ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956ae Color CSS Codes

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

#a956ae Text Font Color

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

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


#a956ae Background Color

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

This div background color is #a956ae


#a956ae Border Color

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

This div border color is #a956ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956ae


Comments

No comments written yet.

Please login to write comment.