Color Hex Logo

#aa08a8 Color Hex

#AA08A8
(170,8,168)
0 Favorites   0 Comments

Color spaces of #aa08a8

RGB 1708168
HSL0.840.910.35
HSV301°95°67°
CMYK 0.000.950.01   0.33
XYZ23.732311.546938.0237
Yxy11.54690.32380.1575
Hunter Lab33.980765.1990-42.5577
CIE-Lab40.486771.3728-43.4498

#aa08a8 color RGB value is (170,8,168).

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

The process color (four color CMYK) of #aa08a8 color hex is 0.00, 0.95, 0.01, 0.33. Web safe color of #aa08a8 is #990099. Color #aa08a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001000 10101000
Octal 252 10 250
Decimal 170 8 168
Hex AA 8 A8

RGB Percentages of Color #aa08a8

%49.13
%2.31
%48.55

CMYK Percentages of Color #aa08a8

%0
%95
%1
%33

Triadic Colors of #aa08a8

#aa08a8 #a8aa08 #08a8aa

Analogous Colors of #aa08a8

#aa08a8 #aa0857 #5b08aa

Monochromatic Colors of #aa08a8

#aa08a8

Complementary Color

#aa08a8 #08aa0a

#aa08a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa08a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa08a8 Color CSS Codes

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

#aa08a8 Text Font Color

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

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


#aa08a8 Background Color

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

This div background color is #aa08a8


#aa08a8 Border Color

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

This div border color is #aa08a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa08a8


Comments

No comments written yet.

Please login to write comment.