Color Hex Logo

#aa388e Color Hex

#AA388E
(170,56,142)
0 Favorites   0 Comments

Color spaces of #aa388e

RGB 17056142
HSL0.870.500.44
HSV315°67°67°
CMYK 0.000.670.16   0.33
XYZ22.874213.327426.9580
Yxy13.32740.36220.2110
Hunter Lab36.506747.9569-18.2274
CIE-Lab43.252555.6101-23.4260

#aa388e color RGB value is (170,56,142).

#aa388e hex color red value is 170, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa388e hue: 0.87 , saturation: 0.50 and the lightness value of aa388e is 0.44.

The process color (four color CMYK) of #aa388e color hex is 0.00, 0.67, 0.16, 0.33. Web safe color of #aa388e is #993399. Color #aa388e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111000 10001110
Octal 252 70 216
Decimal 170 56 142
Hex AA 38 8E

RGB Percentages of Color #aa388e

%46.20
%15.22
%38.59

CMYK Percentages of Color #aa388e

%0
%67
%16
%33

Triadic Colors of #aa388e

#aa388e #8eaa38 #388eaa

Analogous Colors of #aa388e

#aa388e #aa3855 #8d38aa

Monochromatic Colors of #aa388e

#aa388e

Complementary Color

#aa388e #38aa54

#aa388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa388e Color CSS Codes

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

#aa388e Text Font Color

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

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


#aa388e Background Color

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

This div background color is #aa388e


#aa388e Border Color

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

This div border color is #aa388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa388e


Comments

No comments written yet.

Please login to write comment.