Color Hex Logo

#aa3ebc Color Hex

#AA3EBC
(170,62,188)
0 Favorites   0 Comments

Color spaces of #aa3ebc

RGB 17062188
HSL0.810.500.49
HSV291°67°74°
CMYK 0.100.670.00   0.26
XYZ27.377315.622149.1494
Yxy15.62210.29710.1695
Hunter Lab39.524854.4716-46.0602
CIE-Lab46.474760.9202-45.7052

#aa3ebc color RGB value is (170,62,188).

#aa3ebc hex color red value is 170, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aa3ebc hue: 0.81 , saturation: 0.50 and the lightness value of aa3ebc is 0.49.

The process color (four color CMYK) of #aa3ebc color hex is 0.10, 0.67, 0.00, 0.26. Web safe color of #aa3ebc is #9933cc. Color #aa3ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111110 10111100
Octal 252 76 274
Decimal 170 62 188
Hex AA 3E BC

RGB Percentages of Color #aa3ebc

%40.48
%14.76
%44.76

CMYK Percentages of Color #aa3ebc

%10
%67
%0
%26

Triadic Colors of #aa3ebc

#aa3ebc #bcaa3e #3ebcaa

Analogous Colors of #aa3ebc

#aa3ebc #bc3e8f #6b3ebc

Monochromatic Colors of #aa3ebc

#aa3ebc

Complementary Color

#aa3ebc #50bc3e

#aa3ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3ebc Color CSS Codes

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

#aa3ebc Text Font Color

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

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


#aa3ebc Background Color

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

This div background color is #aa3ebc


#aa3ebc Border Color

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

This div border color is #aa3ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3ebc


Comments

No comments written yet.

Please login to write comment.