Color Hex Logo

#aa078b Color Hex

#AA078B
(170,7,139)
0 Favorites   0 Comments

Color spaces of #aa078b

RGB 1707139
HSL0.870.920.35
HSV311°96°67°
CMYK 0.000.960.18   0.33
XYZ21.313710.562125.3414
Yxy10.56210.37250.1846
Hunter Lab32.499460.1897-23.4818
CIE-Lab38.832967.4202-28.4836

#aa078b color RGB value is (170,7,139).

#aa078b hex color red value is 170, green value is 7 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa078b hue: 0.87 , saturation: 0.92 and the lightness value of aa078b is 0.35.

The process color (four color CMYK) of #aa078b color hex is 0.00, 0.96, 0.18, 0.33. Web safe color of #aa078b is #990099. Color #aa078b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000111 10001011
Octal 252 7 213
Decimal 170 7 139
Hex AA 7 8B

RGB Percentages of Color #aa078b

%53.80
%2.22
%43.99

CMYK Percentages of Color #aa078b

%0
%96
%18
%33

Triadic Colors of #aa078b

#aa078b #8baa07 #078baa

Analogous Colors of #aa078b

#aa078b #aa073a #7807aa

Monochromatic Colors of #aa078b

#aa078b

Complementary Color

#aa078b #07aa26

#aa078b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa078b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa078b Color CSS Codes

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

#aa078b Text Font Color

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

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


#aa078b Background Color

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

This div background color is #aa078b


#aa078b Border Color

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

This div border color is #aa078b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa078b


Comments

No comments written yet.

Please login to write comment.