Color Hex Logo

#aa3b6c Color Hex

#AA3B6C
(170,59,108)
0 Favorites   0 Comments

Color spaces of #aa3b6c

RGB 17059108
HSL0.930.480.45
HSV334°65°67°
CMYK 0.000.650.36   0.33
XYZ20.848312.756715.5508
Yxy12.75670.42410.2595
Hunter Lab35.716541.6894-0.8130
CIE-Lab42.394349.8420-3.8629

#aa3b6c color RGB value is (170,59,108).

#aa3b6c hex color red value is 170, green value is 59 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aa3b6c hue: 0.93 , saturation: 0.48 and the lightness value of aa3b6c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111011 01101100
Octal 252 73 154
Decimal 170 59 108
Hex AA 3B 6C

RGB Percentages of Color #aa3b6c

%50.45
%17.51
%32.05

CMYK Percentages of Color #aa3b6c

%0
%65
%36
%33

Triadic Colors of #aa3b6c

#aa3b6c #6caa3b #3b6caa

Analogous Colors of #aa3b6c

#aa3b6c #aa423b #aa3ba4

Monochromatic Colors of #aa3b6c

#aa3b6c

Complementary Color

#aa3b6c #3baa79

#aa3b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3b6c Color CSS Codes

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

#aa3b6c Text Font Color

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

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


#aa3b6c Background Color

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

This div background color is #aa3b6c


#aa3b6c Border Color

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

This div border color is #aa3b6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3b6c


Comments

No comments written yet.

Please login to write comment.