Color Hex Logo

#aa069e Color Hex

#AA069E
(170,6,158)
0 Favorites   0 Comments

Color spaces of #aa069e

RGB 1706158
HSL0.850.930.35
HSV304°96°67°
CMYK 0.000.960.07   0.33
XYZ22.814211.144933.2965
Yxy11.14490.33920.1657
Hunter Lab33.384063.5627-35.7659
CIE-Lab39.823570.1182-38.4967

#aa069e color RGB value is (170,6,158).

#aa069e hex color red value is 170, green value is 6 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aa069e hue: 0.85 , saturation: 0.93 and the lightness value of aa069e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 10011110
Octal 252 6 236
Decimal 170 6 158
Hex AA 6 9E

RGB Percentages of Color #aa069e

%50.90
%1.80
%47.31

CMYK Percentages of Color #aa069e

%0
%96
%7
%33

Triadic Colors of #aa069e

#aa069e #9eaa06 #069eaa

Analogous Colors of #aa069e

#aa069e #aa064c #6406aa

Monochromatic Colors of #aa069e

#aa069e

Complementary Color

#aa069e #06aa12

#aa069e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa069e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa069e Color CSS Codes

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

#aa069e Text Font Color

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

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


#aa069e Background Color

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

This div background color is #aa069e


#aa069e Border Color

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

This div border color is #aa069e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa069e


Comments

No comments written yet.

Please login to write comment.