Color Hex Logo

#aa6188 Color Hex

#AA6188
(170,97,136)
0 Favorites   0 Comments

Color spaces of #aa6188

RGB 17097136
HSL0.910.300.52
HSV328°43°67°
CMYK 0.000.430.20   0.33
XYZ25.296218.873025.6022
Yxy18.87300.36260.2705
Hunter Lab43.443127.9123-4.5311
CIE-Lab50.538334.8165-8.7225

#aa6188 color RGB value is (170,97,136).

#aa6188 hex color red value is 170, green value is 97 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aa6188 hue: 0.91 , saturation: 0.30 and the lightness value of aa6188 is 0.52.

The process color (four color CMYK) of #aa6188 color hex is 0.00, 0.43, 0.20, 0.33. Web safe color of #aa6188 is #996699. Color #aa6188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 10001000
Octal 252 141 210
Decimal 170 97 136
Hex AA 61 88

RGB Percentages of Color #aa6188

%42.18
%24.07
%33.75

CMYK Percentages of Color #aa6188

%0
%43
%20
%33

Triadic Colors of #aa6188

#aa6188 #88aa61 #6188aa

Analogous Colors of #aa6188

#aa6188 #aa6163 #a861aa

Monochromatic Colors of #aa6188

#aa6188

Complementary Color

#aa6188 #61aa83

#aa6188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6188 Color CSS Codes

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

#aa6188 Text Font Color

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

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


#aa6188 Background Color

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

This div background color is #aa6188


#aa6188 Border Color

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

This div border color is #aa6188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6188


Comments

No comments written yet.

Please login to write comment.