Color Hex Logo

#aa37ca Color Hex

#AA37CA
(170,55,202)
0 Favorites   0 Comments

Color spaces of #aa37ca

RGB 17055202
HSL0.800.580.50
HSV287°73°79°
CMYK 0.160.730.00   0.21
XYZ28.604415.542757.3695
Yxy15.54270.28180.1531
Hunter Lab39.424260.5189-58.6809
CIE-Lab46.368766.2388-54.0041

#aa37ca color RGB value is (170,55,202).

#aa37ca hex color red value is 170, green value is 55 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa37ca hue: 0.80 , saturation: 0.58 and the lightness value of aa37ca is 0.50.

The process color (four color CMYK) of #aa37ca color hex is 0.16, 0.73, 0.00, 0.21. Web safe color of #aa37ca is #9933cc. Color #aa37ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 11001010
Octal 252 67 312
Decimal 170 55 202
Hex AA 37 CA

RGB Percentages of Color #aa37ca

%39.81
%12.88
%47.31

CMYK Percentages of Color #aa37ca

%16
%73
%0
%21

Triadic Colors of #aa37ca

#aa37ca #caaa37 #37caaa

Analogous Colors of #aa37ca

#aa37ca #ca37a1 #6137ca

Monochromatic Colors of #aa37ca

#aa37ca

Complementary Color

#aa37ca #57ca37

#aa37ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37ca Color CSS Codes

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

#aa37ca Text Font Color

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

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


#aa37ca Background Color

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

This div background color is #aa37ca


#aa37ca Border Color

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

This div border color is #aa37ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37ca


Comments

No comments written yet.

Please login to write comment.