Color Hex Logo

#aa06be Color Hex

#AA06BE
(170,6,190)
0 Favorites   0 Comments

Color spaces of #aa06be

RGB 1706190
HSL0.820.940.38
HSV293°97°75°
CMYK 0.110.970.00   0.25
XYZ25.937012.394049.7404
Yxy12.39400.29450.1407
Hunter Lab35.205169.8991-59.1257
CIE-Lab41.835675.0212-54.3162

#aa06be color RGB value is (170,6,190).

#aa06be hex color red value is 170, green value is 6 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa06be hue: 0.82 , saturation: 0.94 and the lightness value of aa06be is 0.38.

The process color (four color CMYK) of #aa06be color hex is 0.11, 0.97, 0.00, 0.25. Web safe color of #aa06be is #9900cc. Color #aa06be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 10111110
Octal 252 6 276
Decimal 170 6 190
Hex AA 6 BE

RGB Percentages of Color #aa06be

%46.45
%1.64
%51.91

CMYK Percentages of Color #aa06be

%11
%97
%0
%25

Triadic Colors of #aa06be

#aa06be #beaa06 #06beaa

Analogous Colors of #aa06be

#aa06be #be0676 #4e06be

Monochromatic Colors of #aa06be

#aa06be

Complementary Color

#aa06be #1abe06

#aa06be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa06be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa06be Color CSS Codes

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

#aa06be Text Font Color

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

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


#aa06be Background Color

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

This div background color is #aa06be


#aa06be Border Color

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

This div border color is #aa06be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa06be


Comments

No comments written yet.

Please login to write comment.