Color Hex Logo

#aa4287 Color Hex

#AA4287
(170,66,135)
0 Favorites   0 Comments

Color spaces of #aa4287

RGB 17066135
HSL0.890.440.46
HSV320°61°67°
CMYK 0.000.610.21   0.33
XYZ22.899014.191724.4540
Yxy14.19170.37210.2306
Hunter Lab37.671942.5762-12.1167
CIE-Lab44.506650.3167-17.2483

#aa4287 color RGB value is (170,66,135).

#aa4287 hex color red value is 170, green value is 66 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aa4287 hue: 0.89 , saturation: 0.44 and the lightness value of aa4287 is 0.46.

The process color (four color CMYK) of #aa4287 color hex is 0.00, 0.61, 0.21, 0.33. Web safe color of #aa4287 is #993399. Color #aa4287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 10000111
Octal 252 102 207
Decimal 170 66 135
Hex AA 42 87

RGB Percentages of Color #aa4287

%45.82
%17.79
%36.39

CMYK Percentages of Color #aa4287

%0
%61
%21
%33

Triadic Colors of #aa4287

#aa4287 #87aa42 #4287aa

Analogous Colors of #aa4287

#aa4287 #aa4253 #9942aa

Monochromatic Colors of #aa4287

#aa4287

Complementary Color

#aa4287 #42aa65

#aa4287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4287 Color CSS Codes

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

#aa4287 Text Font Color

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

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


#aa4287 Background Color

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

This div background color is #aa4287


#aa4287 Border Color

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

This div border color is #aa4287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4287


Comments

No comments written yet.

Please login to write comment.