Color Hex Logo

#5709aa Color Hex

#5709AA
(87,9,170)
0 Favorites   0 Comments

Color spaces of #5709aa

RGB 879170
HSL0.750.900.35
HSV269°95°67°
CMYK 0.490.950.00   0.33
XYZ11.28395.123938.4245
Yxy5.12390.20580.0934
Hunter Lab22.636049.3679-84.7991
CIE-Lab27.084960.0299-67.0495

#5709aa color RGB value is (87,9,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001001 10101010
Octal 127 11 252
Decimal 87 9 170
Hex 57 9 AA

RGB Percentages of Color #5709aa

%32.71
%3.38
%63.91

CMYK Percentages of Color #5709aa

%49
%95
%0
%33

Triadic Colors of #5709aa

#5709aa #aa5709 #09aa57

Analogous Colors of #5709aa

#5709aa #a809aa #090baa

Monochromatic Colors of #5709aa

#5709aa

Complementary Color

#5709aa #5caa09

#5709aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5709aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5709aa Color CSS Codes

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

#5709aa Text Font Color

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

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


#5709aa Background Color

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

This div background color is #5709aa


#5709aa Border Color

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

This div border color is #5709aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5709aa


Comments

No comments written yet.

Please login to write comment.