Color Hex Logo

#a974ae Color Hex

#A974AE
(169,116,174)
0 Favorites   0 Comments

Color spaces of #a974ae

RGB 169116174
HSL0.820.260.57
HSV295°33°68°
CMYK 0.030.330.00   0.32
XYZ30.247623.981843.0791
Yxy23.98180.31080.2465
Hunter Lab48.971224.5528-17.8765
CIE-Lab56.069630.7218-22.5667

#a974ae color RGB value is (169,116,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 10101110
Octal 251 164 256
Decimal 169 116 174
Hex A9 74 AE

RGB Percentages of Color #a974ae

%36.82
%25.27
%37.91

CMYK Percentages of Color #a974ae

%3
%33
%0
%32

Triadic Colors of #a974ae

#a974ae #aea974 #74aea9

Analogous Colors of #a974ae

#a974ae #ae7496 #8c74ae

Monochromatic Colors of #a974ae

#a974ae

Complementary Color

#a974ae #79ae74

#a974ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a974ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a974ae Color CSS Codes

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

#a974ae Text Font Color

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

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


#a974ae Background Color

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

This div background color is #a974ae


#a974ae Border Color

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

This div border color is #a974ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a974ae


Comments

No comments written yet.

Please login to write comment.