Color Hex Logo

#aa2788 Color Hex

#AA2788
(170,39,136)
0 Favorites   0 Comments

Color spaces of #aa2788

RGB 17039136
HSL0.880.630.41
HSV316°77°67°
CMYK 0.000.770.20   0.33
XYZ21.747011.774724.4191
Yxy11.77470.37530.2032
Hunter Lab34.314353.0761-18.1726
CIE-Lab40.855860.7457-23.4850

#aa2788 color RGB value is (170,39,136).

#aa2788 hex color red value is 170, green value is 39 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aa2788 hue: 0.88 , saturation: 0.63 and the lightness value of aa2788 is 0.41.

The process color (four color CMYK) of #aa2788 color hex is 0.00, 0.77, 0.20, 0.33. Web safe color of #aa2788 is #993399. Color #aa2788 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100111 10001000
Octal 252 47 210
Decimal 170 39 136
Hex AA 27 88

RGB Percentages of Color #aa2788

%49.28
%11.30
%39.42

CMYK Percentages of Color #aa2788

%0
%77
%20
%33

Triadic Colors of #aa2788

#aa2788 #88aa27 #2788aa

Analogous Colors of #aa2788

#aa2788 #aa2746 #8b27aa

Monochromatic Colors of #aa2788

#aa2788

Complementary Color

#aa2788 #27aa49

#aa2788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2788 Color CSS Codes

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

#aa2788 Text Font Color

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

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


#aa2788 Background Color

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

This div background color is #aa2788


#aa2788 Border Color

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

This div border color is #aa2788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2788


Comments

No comments written yet.

Please login to write comment.