Color Hex Logo

#aa417d Color Hex

#AA417D
(170,65,125)
0 Favorites   0 Comments

Color spaces of #aa417d

RGB 17065125
HSL0.900.450.46
HSV326°62°67°
CMYK 0.000.620.26   0.33
XYZ22.169513.807320.8986
Yxy13.80730.38980.2428
Hunter Lab37.158241.4708-7.3353
CIE-Lab43.955349.3535-11.9960

#aa417d color RGB value is (170,65,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 01111101
Octal 252 101 175
Decimal 170 65 125
Hex AA 41 7D

RGB Percentages of Color #aa417d

%47.22
%18.06
%34.72

CMYK Percentages of Color #aa417d

%0
%62
%26
%33

Triadic Colors of #aa417d

#aa417d #7daa41 #417daa

Analogous Colors of #aa417d

#aa417d #aa4148 #a341aa

Monochromatic Colors of #aa417d

#aa417d

Complementary Color

#aa417d #41aa6e

#aa417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa417d Color CSS Codes

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

#aa417d Text Font Color

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

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


#aa417d Background Color

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

This div background color is #aa417d


#aa417d Border Color

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

This div border color is #aa417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa417d


Comments

No comments written yet.

Please login to write comment.