Color Hex Logo

#aa629e Color Hex

#AA629E
(170,98,158)
0 Favorites   0 Comments

Color spaces of #aa629e

RGB 17098158
HSL0.860.300.53
HSV310°42°67°
CMYK 0.000.420.07   0.33
XYZ27.116819.750034.7307
Yxy19.75000.33230.2420
Hunter Lab44.441031.1447-15.2266
CIE-Lab51.553437.9789-20.1802

#aa629e color RGB value is (170,98,158).

#aa629e hex color red value is 170, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aa629e hue: 0.86 , saturation: 0.30 and the lightness value of aa629e is 0.53.

The process color (four color CMYK) of #aa629e color hex is 0.00, 0.42, 0.07, 0.33. Web safe color of #aa629e is #996699. Color #aa629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 10011110
Octal 252 142 236
Decimal 170 98 158
Hex AA 62 9E

RGB Percentages of Color #aa629e

%39.91
%23.00
%37.09

CMYK Percentages of Color #aa629e

%0
%42
%7
%33

Triadic Colors of #aa629e

#aa629e #9eaa62 #629eaa

Analogous Colors of #aa629e

#aa629e #aa627a #9262aa

Monochromatic Colors of #aa629e

#aa629e

Complementary Color

#aa629e #62aa6e

#aa629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa629e Color CSS Codes

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

#aa629e Text Font Color

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

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


#aa629e Background Color

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

This div background color is #aa629e


#aa629e Border Color

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

This div border color is #aa629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa629e


Comments

No comments written yet.

Please login to write comment.