Color Hex Logo

#aa37df Color Hex

#AA37DF
(170,55,223)
0 Favorites   0 Comments

Color spaces of #aa37df

RGB 17055223
HSL0.780.720.55
HSV281°75°87°
CMYK 0.240.750.00   0.13
XYZ31.263016.606171.3696
Yxy16.60610.26220.1393
Hunter Lab40.750665.6280-75.3137
CIE-Lab47.759870.3174-63.8017

#aa37df color RGB value is (170,55,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 11011111
Octal 252 67 337
Decimal 170 55 223
Hex AA 37 DF

RGB Percentages of Color #aa37df

%37.95
%12.28
%49.78

CMYK Percentages of Color #aa37df

%24
%75
%0
%13

Triadic Colors of #aa37df

#aa37df #dfaa37 #37dfaa

Analogous Colors of #aa37df

#aa37df #df37c0 #5637df

Monochromatic Colors of #aa37df

#aa37df

Complementary Color

#aa37df #6cdf37

#aa37df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37df Color CSS Codes

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

#aa37df Text Font Color

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

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


#aa37df Background Color

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

This div background color is #aa37df


#aa37df Border Color

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

This div border color is #aa37df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37df


Comments

No comments written yet.

Please login to write comment.