Color Hex Logo

#aa015f Color Hex

#AA015F
(170,1,95)
0 Favorites   0 Comments

Color spaces of #aa015f

RGB 170195
HSL0.910.990.34
HSV327°99°67°
CMYK 0.000.990.44   0.33
XYZ18.65409.394011.6565
Yxy9.39400.46980.2366
Hunter Lab30.649655.0019-1.0941
CIE-Lab36.732163.2746-4.0482

#aa015f color RGB value is (170,1,95).

#aa015f hex color red value is 170, green value is 1 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aa015f hue: 0.91 , saturation: 0.99 and the lightness value of aa015f is 0.34.

The process color (four color CMYK) of #aa015f color hex is 0.00, 0.99, 0.44, 0.33. Web safe color of #aa015f is #990066. Color #aa015f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 01011111
Octal 252 1 137
Decimal 170 1 95
Hex AA 1 5F

RGB Percentages of Color #aa015f

%63.91
%0.38
%35.71

CMYK Percentages of Color #aa015f

%0
%99
%44
%33

Triadic Colors of #aa015f

#aa015f #5faa01 #015faa

Analogous Colors of #aa015f

#aa015f #aa010a #a101aa

Monochromatic Colors of #aa015f

#aa015f

Complementary Color

#aa015f #01aa4c

#aa015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa015f Color CSS Codes

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

#aa015f Text Font Color

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

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


#aa015f Background Color

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

This div background color is #aa015f


#aa015f Border Color

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

This div border color is #aa015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa015f


Comments

No comments written yet.

Please login to write comment.