Color Hex Logo

#aa46be Color Hex

#AA46BE
(170,70,190)
0 Favorites   0 Comments

Color spaces of #aa46be

RGB 17070190
HSL0.810.480.51
HSV290°63°75°
CMYK 0.110.630.00   0.25
XYZ28.062016.644150.4488
Yxy16.64410.29490.1749
Hunter Lab40.797251.3847-44.7585
CIE-Lab47.808457.9017-44.7460

#aa46be color RGB value is (170,70,190).

#aa46be hex color red value is 170, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa46be hue: 0.81 , saturation: 0.48 and the lightness value of aa46be is 0.51.

The process color (four color CMYK) of #aa46be color hex is 0.11, 0.63, 0.00, 0.25. Web safe color of #aa46be is #9933cc. Color #aa46be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000110 10111110
Octal 252 106 276
Decimal 170 70 190
Hex AA 46 BE

RGB Percentages of Color #aa46be

%39.53
%16.28
%44.19

CMYK Percentages of Color #aa46be

%11
%63
%0
%25

Triadic Colors of #aa46be

#aa46be #beaa46 #46beaa

Analogous Colors of #aa46be

#aa46be #be4696 #6e46be

Monochromatic Colors of #aa46be

#aa46be

Complementary Color

#aa46be #5abe46

#aa46be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa46be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa46be Color CSS Codes

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

#aa46be Text Font Color

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

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


#aa46be Background Color

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

This div background color is #aa46be


#aa46be Border Color

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

This div border color is #aa46be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,70,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 #aa46be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa46be


Comments

No comments written yet.

Please login to write comment.