Color Hex Logo

#aa384e Color Hex

#AA384E
(170,56,78)
0 Favorites   0 Comments

Color spaces of #aa384e

RGB 1705678
HSL0.970.500.44
HSV348°67°67°
CMYK 0.000.670.54   0.33
XYZ19.366911.92458.4886
Yxy11.92450.48690.2998
Hunter Lab34.531939.67949.5977
CIE-Lab41.095948.120513.0023

#aa384e color RGB value is (170,56,78).

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

The process color (four color CMYK) of #aa384e color hex is 0.00, 0.67, 0.54, 0.33. Web safe color of #aa384e is #993366. Color #aa384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111000 01001110
Octal 252 70 116
Decimal 170 56 78
Hex AA 38 4E

RGB Percentages of Color #aa384e

%55.92
%18.42
%25.66

CMYK Percentages of Color #aa384e

%0
%67
%54
%33

Triadic Colors of #aa384e

#aa384e #4eaa38 #384eaa

Analogous Colors of #aa384e

#aa384e #aa5b38 #aa3887

Monochromatic Colors of #aa384e

#aa384e

Complementary Color

#aa384e #38aa94

#aa384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa384e Color CSS Codes

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

#aa384e Text Font Color

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

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


#aa384e Background Color

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

This div background color is #aa384e


#aa384e Border Color

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

This div border color is #aa384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa384e


Comments

No comments written yet.

Please login to write comment.