Color Hex Logo

#aa083d Color Hex

#AA083D
(170,8,61)
0 Favorites   0 Comments

Color spaces of #aa083d

RGB 170861
HSL0.950.910.35
HSV340°95°67°
CMYK 0.000.950.64   0.33
XYZ17.50679.05665.2403
Yxy9.05660.55050.2848
Hunter Lab30.094251.174010.7418
CIE-Lab36.093059.945517.0663

#aa083d color RGB value is (170,8,61).

#aa083d hex color red value is 170, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aa083d hue: 0.95 , saturation: 0.91 and the lightness value of aa083d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 00111101
Octal 252 10 75
Decimal 170 8 61
Hex AA 8 3D

RGB Percentages of Color #aa083d

%71.13
%3.35
%25.52

CMYK Percentages of Color #aa083d

%0
%95
%64
%33

Triadic Colors of #aa083d

#aa083d #3daa08 #083daa

Analogous Colors of #aa083d

#aa083d #aa2408 #aa088e

Monochromatic Colors of #aa083d

#aa083d

Complementary Color

#aa083d #08aa75

#aa083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa083d Color CSS Codes

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

#aa083d Text Font Color

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

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


#aa083d Background Color

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

This div background color is #aa083d


#aa083d Border Color

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

This div border color is #aa083d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,8,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 #aa083d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa083d


Comments

No comments written yet.

Please login to write comment.