Color Hex Logo

#aa1ebe Color Hex

#AA1EBE
(170,30,190)
0 Favorites   0 Comments

Color spaces of #aa1ebe

RGB 17030190
HSL0.810.730.43
HSV293°84°75°
CMYK 0.110.840.00   0.25
XYZ26.336113.192349.8735
Yxy13.19230.29460.1476
Hunter Lab36.321265.8662-55.9876
CIE-Lab43.051671.4349-52.3570

#aa1ebe color RGB value is (170,30,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011110 10111110
Octal 252 36 276
Decimal 170 30 190
Hex AA 1E BE

RGB Percentages of Color #aa1ebe

%43.59
%7.69
%48.72

CMYK Percentages of Color #aa1ebe

%11
%84
%0
%25

Triadic Colors of #aa1ebe

#aa1ebe #beaa1e #1ebeaa

Analogous Colors of #aa1ebe

#aa1ebe #be1e82 #5a1ebe

Monochromatic Colors of #aa1ebe

#aa1ebe

Complementary Color

#aa1ebe #32be1e

#aa1ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1ebe Color CSS Codes

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

#aa1ebe Text Font Color

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

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


#aa1ebe Background Color

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

This div background color is #aa1ebe


#aa1ebe Border Color

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

This div border color is #aa1ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1ebe


Comments

No comments written yet.

Please login to write comment.