Color Hex Logo

#aa0035 Color Hex

#AA0035
(170,0,53)
0 Favorites   0 Comments

Color spaces of #aa0035

RGB 170053
HSL0.951.000.33
HSV341°100°67°
CMYK 0.001.000.69   0.33
XYZ17.22028.80314.1597
Yxy8.80310.57050.2917
Hunter Lab29.670051.677212.4566
CIE-Lab35.602460.500021.6104

#aa0035 color RGB value is (170,0,53).

#aa0035 hex color red value is 170, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aa0035 hue: 0.95 , saturation: 1.00 and the lightness value of aa0035 is 0.33.

The process color (four color CMYK) of #aa0035 color hex is 0.00, 1.00, 0.69, 0.33. Web safe color of #aa0035 is #990033. Color #aa0035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00110101
Octal 252 0 65
Decimal 170 0 53
Hex AA 0 35

RGB Percentages of Color #aa0035

%76.23
%0.00
%23.77

CMYK Percentages of Color #aa0035

%0
%100
%69
%33

Triadic Colors of #aa0035

#aa0035 #35aa00 #0035aa

Analogous Colors of #aa0035

#aa0035 #aa2000 #aa008a

Monochromatic Colors of #aa0035

#aa0035

Complementary Color

#aa0035 #00aa75

#aa0035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0035 Color CSS Codes

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

#aa0035 Text Font Color

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

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


#aa0035 Background Color

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

This div background color is #aa0035


#aa0035 Border Color

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

This div border color is #aa0035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0035


Comments

No comments written yet.

Please login to write comment.