Color Hex Logo

#aa10be Color Hex

#AA10BE
(170,16,190)
0 Favorites   0 Comments

Color spaces of #aa10be

RGB 17016190
HSL0.810.840.40
HSV293°92°75°
CMYK 0.110.920.00   0.25
XYZ26.057112.634349.7805
Yxy12.63430.29450.1428
Hunter Lab35.544868.6512-58.1544
CIE-Lab42.207073.9202-53.7173

#aa10be color RGB value is (170,16,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 10111110
Octal 252 20 276
Decimal 170 16 190
Hex AA 10 BE

RGB Percentages of Color #aa10be

%45.21
%4.26
%50.53

CMYK Percentages of Color #aa10be

%11
%92
%0
%25

Triadic Colors of #aa10be

#aa10be #beaa10 #10beaa

Analogous Colors of #aa10be

#aa10be #be107b #5310be

Monochromatic Colors of #aa10be

#aa10be

Complementary Color

#aa10be #24be10

#aa10be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10be Color CSS Codes

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

#aa10be Text Font Color

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

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


#aa10be Background Color

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

This div background color is #aa10be


#aa10be Border Color

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

This div border color is #aa10be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10be


Comments

No comments written yet.

Please login to write comment.