Color Hex Logo

#aa023f Color Hex

#AA023F
(170,2,63)
0 Favorites   0 Comments

Color spaces of #aa023f

RGB 170263
HSL0.940.980.34
HSV338°99°67°
CMYK 0.000.990.63   0.33
XYZ17.49658.94835.5077
Yxy8.94830.54760.2801
Hunter Lab29.913752.055510.0231
CIE-Lab35.884660.788915.4899

#aa023f color RGB value is (170,2,63).

#aa023f hex color red value is 170, green value is 2 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aa023f hue: 0.94 , saturation: 0.98 and the lightness value of aa023f is 0.34.

The process color (four color CMYK) of #aa023f color hex is 0.00, 0.99, 0.63, 0.33. Web safe color of #aa023f is #990033. Color #aa023f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000010 00111111
Octal 252 2 77
Decimal 170 2 63
Hex AA 2 3F

RGB Percentages of Color #aa023f

%72.34
%0.85
%26.81

CMYK Percentages of Color #aa023f

%0
%99
%63
%33

Triadic Colors of #aa023f

#aa023f #3faa02 #023faa

Analogous Colors of #aa023f

#aa023f #aa1902 #aa0293

Monochromatic Colors of #aa023f

#aa023f

Complementary Color

#aa023f #02aa6d

#aa023f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa023f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa023f Color CSS Codes

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

#aa023f Text Font Color

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

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


#aa023f Background Color

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

This div background color is #aa023f


#aa023f Border Color

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

This div border color is #aa023f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa023f


Comments

No comments written yet.

Please login to write comment.