Color Hex Logo

#5705aa Color Hex

#5705AA
(87,5,170)
0 Favorites   0 Comments

Color spaces of #5705aa

RGB 875170
HSL0.750.940.34
HSV270°97°67°
CMYK 0.490.970.00   0.33
XYZ11.24045.037138.4100
Yxy5.03710.20550.0921
Hunter Lab22.443550.1223-85.7590
CIE-Lab26.840260.7684-67.4536

#5705aa color RGB value is (87,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 10101010
Octal 127 5 252
Decimal 87 5 170
Hex 57 5 AA

RGB Percentages of Color #5705aa

%33.21
%1.91
%64.89

CMYK Percentages of Color #5705aa

%49
%97
%0
%33

Triadic Colors of #5705aa

#5705aa #aa5705 #05aa57

Analogous Colors of #5705aa

#5705aa #aa05aa #0505aa

Monochromatic Colors of #5705aa

#5705aa

Complementary Color

#5705aa #58aa05

#5705aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5705aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5705aa Color CSS Codes

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

#5705aa Text Font Color

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

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


#5705aa Background Color

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

This div background color is #5705aa


#5705aa Border Color

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

This div border color is #5705aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,5,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 #5705aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5705aa


Comments

No comments written yet.

Please login to write comment.