Color Hex Logo

#aa658f Color Hex

#AA658F
(170,101,143)
0 Favorites   0 Comments

Color spaces of #aa658f

RGB 170101143
HSL0.900.290.53
HSV323°41°67°
CMYK 0.000.410.16   0.33
XYZ26.189219.836628.4351
Yxy19.83660.35170.2664
Hunter Lab44.538327.0187-6.6764
CIE-Lab51.652033.7571-11.1972

#aa658f color RGB value is (170,101,143).

#aa658f hex color red value is 170, green value is 101 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aa658f hue: 0.90 , saturation: 0.29 and the lightness value of aa658f is 0.53.

The process color (four color CMYK) of #aa658f color hex is 0.00, 0.41, 0.16, 0.33. Web safe color of #aa658f is #996699. Color #aa658f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 10001111
Octal 252 145 217
Decimal 170 101 143
Hex AA 65 8F

RGB Percentages of Color #aa658f

%41.06
%24.40
%34.54

CMYK Percentages of Color #aa658f

%0
%41
%16
%33

Triadic Colors of #aa658f

#aa658f #8faa65 #658faa

Analogous Colors of #aa658f

#aa658f #aa656d #a365aa

Monochromatic Colors of #aa658f

#aa658f

Complementary Color

#aa658f #65aa80

#aa658f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa658f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa658f Color CSS Codes

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

#aa658f Text Font Color

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

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


#aa658f Background Color

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

This div background color is #aa658f


#aa658f Border Color

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

This div border color is #aa658f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa658f


Comments

No comments written yet.

Please login to write comment.