Color Hex Logo

#aa368d Color Hex

#AA368D
(170,54,141)
0 Favorites   0 Comments

Color spaces of #aa368d

RGB 17054141
HSL0.880.520.44
HSV315°68°67°
CMYK 0.000.680.17   0.33
XYZ22.704413.107526.5326
Yxy13.10750.36420.2102
Hunter Lab36.204348.5833-18.1082
CIE-Lab42.924856.2511-23.3269

#aa368d color RGB value is (170,54,141).

#aa368d hex color red value is 170, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aa368d hue: 0.88 , saturation: 0.52 and the lightness value of aa368d is 0.44.

The process color (four color CMYK) of #aa368d color hex is 0.00, 0.68, 0.17, 0.33. Web safe color of #aa368d is #993399. Color #aa368d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110110 10001101
Octal 252 66 215
Decimal 170 54 141
Hex AA 36 8D

RGB Percentages of Color #aa368d

%46.58
%14.79
%38.63

CMYK Percentages of Color #aa368d

%0
%68
%17
%33

Triadic Colors of #aa368d

#aa368d #8daa36 #368daa

Analogous Colors of #aa368d

#aa368d #aa3653 #8d36aa

Monochromatic Colors of #aa368d

#aa368d

Complementary Color

#aa368d #36aa53

#aa368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa368d Color CSS Codes

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

#aa368d Text Font Color

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

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


#aa368d Background Color

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

This div background color is #aa368d


#aa368d Border Color

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

This div border color is #aa368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa368d


Comments

No comments written yet.

Please login to write comment.