Color Hex Logo

#aa023d Color Hex

#AA023D
(170,2,61)
0 Favorites   0 Comments

Color spaces of #aa023d

RGB 170261
HSL0.940.980.34
HSV339°99°67°
CMYK 0.000.990.64   0.33
XYZ17.44168.92645.2186
Yxy8.92640.55220.2826
Hunter Lab29.877151.919610.5578
CIE-Lab35.842260.673716.7344

#aa023d color RGB value is (170,2,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000010 00111101
Octal 252 2 75
Decimal 170 2 61
Hex AA 2 3D

RGB Percentages of Color #aa023d

%72.96
%0.86
%26.18

CMYK Percentages of Color #aa023d

%0
%99
%64
%33

Triadic Colors of #aa023d

#aa023d #3daa02 #023daa

Analogous Colors of #aa023d

#aa023d #aa1b02 #aa0291

Monochromatic Colors of #aa023d

#aa023d

Complementary Color

#aa023d #02aa6f

#aa023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa023d Color CSS Codes

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

#aa023d Text Font Color

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

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


#aa023d Background Color

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

This div background color is #aa023d


#aa023d Border Color

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

This div border color is #aa023d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa023d


Comments

No comments written yet.

Please login to write comment.