Color Hex Logo

#aa4158 Color Hex

#AA4158
(170,65,88)
0 Favorites   0 Comments

Color spaces of #aa4158

RGB 1706588
HSL0.960.450.46
HSV347°62°67°
CMYK 0.000.620.48   0.33
XYZ20.229313.031210.6816
Yxy13.03120.46040.2966
Hunter Lab36.098836.85647.7253
CIE-Lab42.810245.03509.1563

#aa4158 color RGB value is (170,65,88).

#aa4158 hex color red value is 170, green value is 65 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aa4158 hue: 0.96 , saturation: 0.45 and the lightness value of aa4158 is 0.46.

The process color (four color CMYK) of #aa4158 color hex is 0.00, 0.62, 0.48, 0.33. Web safe color of #aa4158 is #993366. Color #aa4158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 01011000
Octal 252 101 130
Decimal 170 65 88
Hex AA 41 58

RGB Percentages of Color #aa4158

%52.63
%20.12
%27.24

CMYK Percentages of Color #aa4158

%0
%62
%48
%33

Triadic Colors of #aa4158

#aa4158 #58aa41 #4158aa

Analogous Colors of #aa4158

#aa4158 #aa5f41 #aa418d

Monochromatic Colors of #aa4158

#aa4158

Complementary Color

#aa4158 #41aa93

#aa4158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4158 Color CSS Codes

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

#aa4158 Text Font Color

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

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


#aa4158 Background Color

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

This div background color is #aa4158


#aa4158 Border Color

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

This div border color is #aa4158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4158


Comments

No comments written yet.

Please login to write comment.