Color Hex Logo

#aa37de Color Hex

#AA37DE
(170,55,222)
0 Favorites   0 Comments

Color spaces of #aa37de

RGB 17055222
HSL0.780.720.54
HSV281°75°87°
CMYK 0.230.750.00   0.13
XYZ31.128616.552470.6615
Yxy16.55240.26300.1399
Hunter Lab40.684665.3757-74.4962
CIE-Lab47.691070.1187-63.3439

#aa37de color RGB value is (170,55,222).

#aa37de hex color red value is 170, green value is 55 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa37de hue: 0.78 , saturation: 0.72 and the lightness value of aa37de is 0.54.

The process color (four color CMYK) of #aa37de color hex is 0.23, 0.75, 0.00, 0.13. Web safe color of #aa37de is #9933cc. Color #aa37de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 11011110
Octal 252 67 336
Decimal 170 55 222
Hex AA 37 DE

RGB Percentages of Color #aa37de

%38.03
%12.30
%49.66

CMYK Percentages of Color #aa37de

%23
%75
%0
%13

Triadic Colors of #aa37de

#aa37de #deaa37 #37deaa

Analogous Colors of #aa37de

#aa37de #de37bf #5637de

Monochromatic Colors of #aa37de

#aa37de

Complementary Color

#aa37de #6bde37

#aa37de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37de Color CSS Codes

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

#aa37de Text Font Color

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

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


#aa37de Background Color

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

This div background color is #aa37de


#aa37de Border Color

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

This div border color is #aa37de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37de


Comments

No comments written yet.

Please login to write comment.