Color Hex Logo

#aa4174 Color Hex

#AA4174
(170,65,116)
0 Favorites   0 Comments

Color spaces of #aa4174

RGB 17065116
HSL0.920.450.46
HSV331°62°67°
CMYK 0.000.620.32   0.33
XYZ21.620213.587618.0062
Yxy13.58760.40630.2553
Hunter Lab36.861440.1878-3.1593
CIE-Lab43.635648.1682-6.9585

#aa4174 color RGB value is (170,65,116).

#aa4174 hex color red value is 170, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aa4174 hue: 0.92 , saturation: 0.45 and the lightness value of aa4174 is 0.46.

The process color (four color CMYK) of #aa4174 color hex is 0.00, 0.62, 0.32, 0.33. Web safe color of #aa4174 is #993366. Color #aa4174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 01110100
Octal 252 101 164
Decimal 170 65 116
Hex AA 41 74

RGB Percentages of Color #aa4174

%48.43
%18.52
%33.05

CMYK Percentages of Color #aa4174

%0
%62
%32
%33

Triadic Colors of #aa4174

#aa4174 #74aa41 #4174aa

Analogous Colors of #aa4174

#aa4174 #aa4341 #aa41a9

Monochromatic Colors of #aa4174

#aa4174

Complementary Color

#aa4174 #41aa77

#aa4174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4174 Color CSS Codes

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

#aa4174 Text Font Color

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

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


#aa4174 Background Color

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

This div background color is #aa4174


#aa4174 Border Color

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

This div border color is #aa4174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,65,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4174


Comments

No comments written yet.

Please login to write comment.