Color Hex Logo

#aa256c Color Hex

#AA256C
(170,37,108)
0 Favorites   0 Comments

Color spaces of #aa256c

RGB 17037108
HSL0.910.640.41
HSV328°78°67°
CMYK 0.000.780.36   0.33
XYZ19.945910.951915.2500
Yxy10.95190.43220.2373
Hunter Lab33.093749.6700-4.1561
CIE-Lab39.499357.9055-8.1759

#aa256c color RGB value is (170,37,108).

#aa256c hex color red value is 170, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aa256c hue: 0.91 , saturation: 0.64 and the lightness value of aa256c is 0.41.

The process color (four color CMYK) of #aa256c color hex is 0.00, 0.78, 0.36, 0.33. Web safe color of #aa256c is #993366. Color #aa256c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100101 01101100
Octal 252 45 154
Decimal 170 37 108
Hex AA 25 6C

RGB Percentages of Color #aa256c

%53.97
%11.75
%34.29

CMYK Percentages of Color #aa256c

%0
%78
%36
%33

Triadic Colors of #aa256c

#aa256c #6caa25 #256caa

Analogous Colors of #aa256c

#aa256c #aa252a #a625aa

Monochromatic Colors of #aa256c

#aa256c

Complementary Color

#aa256c #25aa63

#aa256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa256c Color CSS Codes

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

#aa256c Text Font Color

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

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


#aa256c Background Color

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

This div background color is #aa256c


#aa256c Border Color

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

This div border color is #aa256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa256c


Comments

No comments written yet.

Please login to write comment.