Color Hex Logo

#aa0383 Color Hex

#AA0383
(170,3,131)
0 Favorites   0 Comments

Color spaces of #aa0383

RGB 1703131
HSL0.870.970.34
HSV314°98°67°
CMYK 0.000.980.23   0.33
XYZ20.706910.249922.3598
Yxy10.24990.38840.1922
Hunter Lab32.015559.4228-18.9977
CIE-Lab38.287366.8617-24.3969

#aa0383 color RGB value is (170,3,131).

#aa0383 hex color red value is 170, green value is 3 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aa0383 hue: 0.87 , saturation: 0.97 and the lightness value of aa0383 is 0.34.

The process color (four color CMYK) of #aa0383 color hex is 0.00, 0.98, 0.23, 0.33. Web safe color of #aa0383 is #990099. Color #aa0383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 10000011
Octal 252 3 203
Decimal 170 3 131
Hex AA 3 83

RGB Percentages of Color #aa0383

%55.92
%0.99
%43.09

CMYK Percentages of Color #aa0383

%0
%98
%23
%33

Triadic Colors of #aa0383

#aa0383 #83aa03 #0383aa

Analogous Colors of #aa0383

#aa0383 #aa032f #7e03aa

Monochromatic Colors of #aa0383

#aa0383

Complementary Color

#aa0383 #03aa2a

#aa0383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0383 Color CSS Codes

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

#aa0383 Text Font Color

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

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


#aa0383 Background Color

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

This div background color is #aa0383


#aa0383 Border Color

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

This div border color is #aa0383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0383


Comments

No comments written yet.

Please login to write comment.