Color Hex Logo

#aa2630 Color Hex

#AA2630
(170,38,48)
0 Favorites   0 Comments

Color spaces of #aa2630

RGB 1703848
HSL0.990.630.41
HSV355°78°67°
CMYK 0.000.780.72   0.33
XYZ17.804210.14573.8162
Yxy10.14570.56050.3194
Hunter Lab31.852344.033015.1931
CIE-Lab38.102752.885827.8288

#aa2630 color RGB value is (170,38,48).

#aa2630 hex color red value is 170, green value is 38 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aa2630 hue: 0.99 , saturation: 0.63 and the lightness value of aa2630 is 0.41.

The process color (four color CMYK) of #aa2630 color hex is 0.00, 0.78, 0.72, 0.33. Web safe color of #aa2630 is #993333. Color #aa2630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100110 00110000
Octal 252 46 60
Decimal 170 38 48
Hex AA 26 30

RGB Percentages of Color #aa2630

%66.41
%14.84
%18.75

CMYK Percentages of Color #aa2630

%0
%78
%72
%33

Triadic Colors of #aa2630

#aa2630 #30aa26 #2630aa

Analogous Colors of #aa2630

#aa2630 #aa5e26 #aa2672

Monochromatic Colors of #aa2630

#aa2630

Complementary Color

#aa2630 #26aaa0

#aa2630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2630 Color CSS Codes

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

#aa2630 Text Font Color

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

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


#aa2630 Background Color

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

This div background color is #aa2630


#aa2630 Border Color

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

This div border color is #aa2630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2630


Comments

No comments written yet.

Please login to write comment.