Color Hex Logo

#5602aa Color Hex

#5602AA
(86,2,170)
0 Favorites   0 Comments

Color spaces of #5602aa

RGB 862170
HSL0.750.980.34
HSV270°99°67°
CMYK 0.490.990.00   0.33
XYZ11.11524.924138.3948
Yxy4.92410.20420.0905
Hunter Lab22.190350.5782-87.0533
CIE-Lab26.517461.2451-67.9915

#5602aa color RGB value is (86,2,170).

#5602aa hex color red value is 86, green value is 2 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5602aa hue: 0.75 , saturation: 0.98 and the lightness value of 5602aa is 0.34.

The process color (four color CMYK) of #5602aa color hex is 0.49, 0.99, 0.00, 0.33. Web safe color of #5602aa is #660099. Color #5602aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000010 10101010
Octal 126 2 252
Decimal 86 2 170
Hex 56 2 AA

RGB Percentages of Color #5602aa

%33.33
%0.78
%65.89

CMYK Percentages of Color #5602aa

%49
%99
%0
%33

Triadic Colors of #5602aa

#5602aa #aa5602 #02aa56

Analogous Colors of #5602aa

#5602aa #aa02aa #0202aa

Monochromatic Colors of #5602aa

#5602aa

Complementary Color

#5602aa #56aa02

#5602aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5602aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5602aa Color CSS Codes

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

#5602aa Text Font Color

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

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


#5602aa Background Color

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

This div background color is #5602aa


#5602aa Border Color

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

This div border color is #5602aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5602aa


Comments

No comments written yet.

Please login to write comment.