Color Hex Logo

#a955ae Color Hex

#A955AE
(169,85,174)
0 Favorites   0 Comments

Color spaces of #a955ae

RGB 16985174
HSL0.820.350.51
HSV297°51°68°
CMYK 0.030.510.00   0.32
XYZ27.250717.988042.0802
Yxy17.98800.31210.2060
Hunter Lab42.412340.4682-29.1372
CIE-Lab49.481547.4500-32.7817

#a955ae color RGB value is (169,85,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 10101110
Octal 251 125 256
Decimal 169 85 174
Hex A9 55 AE

RGB Percentages of Color #a955ae

%39.49
%19.86
%40.65

CMYK Percentages of Color #a955ae

%3
%51
%0
%32

Triadic Colors of #a955ae

#a955ae #aea955 #55aea9

Analogous Colors of #a955ae

#a955ae #ae5587 #7d55ae

Monochromatic Colors of #a955ae

#a955ae

Complementary Color

#a955ae #5aae55

#a955ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a955ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a955ae Color CSS Codes

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

#a955ae Text Font Color

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

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


#a955ae Background Color

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

This div background color is #a955ae


#a955ae Border Color

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

This div border color is #a955ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,85,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 #a955ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a955ae


Comments

No comments written yet.

Please login to write comment.