Color Hex Logo

#aa418b Color Hex

#AA418B
(170,65,139)
0 Favorites   0 Comments

Color spaces of #aa418b

RGB 17065139
HSL0.880.450.46
HSV318°62°67°
CMYK 0.000.620.18   0.33
XYZ23.128114.190725.9462
Yxy14.19070.36560.2243
Hunter Lab37.670543.6679-14.4676
CIE-Lab44.505251.3569-19.6749

#aa418b color RGB value is (170,65,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 10001011
Octal 252 101 213
Decimal 170 65 139
Hex AA 41 8B

RGB Percentages of Color #aa418b

%45.45
%17.38
%37.17

CMYK Percentages of Color #aa418b

%0
%62
%18
%33

Triadic Colors of #aa418b

#aa418b #8baa41 #418baa

Analogous Colors of #aa418b

#aa418b #aa4157 #9541aa

Monochromatic Colors of #aa418b

#aa418b

Complementary Color

#aa418b #41aa60

#aa418b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa418b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa418b Color CSS Codes

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

#aa418b Text Font Color

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

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


#aa418b Background Color

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

This div background color is #aa418b


#aa418b Border Color

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

This div border color is #aa418b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa418b


Comments

No comments written yet.

Please login to write comment.