Color Hex Logo

#5744aa Color Hex

#5744AA
(87,68,170)
0 Favorites   0 Comments

Color spaces of #5744aa

RGB 8768170
HSL0.700.430.47
HSV251°60°67°
CMYK 0.490.600.00   0.33
XYZ13.25339.062839.0810
Yxy9.06280.21590.1476
Hunter Lab30.104525.9006-55.8959
CIE-Lab36.104934.6875-52.2981

#5744aa color RGB value is (87,68,170).

#5744aa hex color red value is 87, green value is 68 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5744aa hue: 0.70 , saturation: 0.43 and the lightness value of 5744aa is 0.47.

The process color (four color CMYK) of #5744aa color hex is 0.49, 0.60, 0.00, 0.33. Web safe color of #5744aa is #663399. Color #5744aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 10101010
Octal 127 104 252
Decimal 87 68 170
Hex 57 44 AA

RGB Percentages of Color #5744aa

%26.77
%20.92
%52.31

CMYK Percentages of Color #5744aa

%49
%60
%0
%33

Triadic Colors of #5744aa

#5744aa #aa5744 #44aa57

Analogous Colors of #5744aa

#5744aa #8a44aa #4464aa

Monochromatic Colors of #5744aa

#5744aa

Complementary Color

#5744aa #97aa44

#5744aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5744aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5744aa Color CSS Codes

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

#5744aa Text Font Color

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

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


#5744aa Background Color

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

This div background color is #5744aa


#5744aa Border Color

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

This div border color is #5744aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5744aa


Comments

No comments written yet.

Please login to write comment.