Color Hex Logo

#aa458c Color Hex

#AA458C
(170,69,140)
0 Favorites   0 Comments

Color spaces of #aa458c

RGB 17069140
HSL0.880.420.47
HSV318°59°67°
CMYK 0.000.590.18   0.33
XYZ23.439314.695726.4121
Yxy14.69570.36310.2277
Hunter Lab38.335042.0547-14.0153
CIE-Lab45.214649.6931-19.1896

#aa458c color RGB value is (170,69,140).

#aa458c hex color red value is 170, green value is 69 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aa458c hue: 0.88 , saturation: 0.42 and the lightness value of aa458c is 0.47.

The process color (four color CMYK) of #aa458c color hex is 0.00, 0.59, 0.18, 0.33. Web safe color of #aa458c is #993399. Color #aa458c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000101 10001100
Octal 252 105 214
Decimal 170 69 140
Hex AA 45 8C

RGB Percentages of Color #aa458c

%44.85
%18.21
%36.94

CMYK Percentages of Color #aa458c

%0
%59
%18
%33

Triadic Colors of #aa458c

#aa458c #8caa45 #458caa

Analogous Colors of #aa458c

#aa458c #aa455a #9645aa

Monochromatic Colors of #aa458c

#aa458c

Complementary Color

#aa458c #45aa63

#aa458c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa458c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa458c Color CSS Codes

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

#aa458c Text Font Color

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

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


#aa458c Background Color

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

This div background color is #aa458c


#aa458c Border Color

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

This div border color is #aa458c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa458c


Comments

No comments written yet.

Please login to write comment.