Color Hex Logo

#aa236c Color Hex

#AA236C
(170,35,108)
0 Favorites   0 Comments

Color spaces of #aa236c

RGB 17035108
HSL0.910.660.40
HSV328°79°67°
CMYK 0.000.790.36   0.33
XYZ19.885410.830815.2298
Yxy10.83080.43280.2357
Hunter Lab32.910250.2627-4.4004
CIE-Lab39.294058.4897-8.4840

#aa236c color RGB value is (170,35,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100011 01101100
Octal 252 43 154
Decimal 170 35 108
Hex AA 23 6C

RGB Percentages of Color #aa236c

%54.31
%11.18
%34.50

CMYK Percentages of Color #aa236c

%0
%79
%36
%33

Triadic Colors of #aa236c

#aa236c #6caa23 #236caa

Analogous Colors of #aa236c

#aa236c #aa2329 #a523aa

Monochromatic Colors of #aa236c

#aa236c

Complementary Color

#aa236c #23aa61

#aa236c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa236c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa236c Color CSS Codes

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

#aa236c Text Font Color

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

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


#aa236c Background Color

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

This div background color is #aa236c


#aa236c Border Color

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

This div border color is #aa236c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,35,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 #aa236c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa236c


Comments

No comments written yet.

Please login to write comment.