Color Hex Logo

#574780 Color Hex

#574780
(87,71,128)
0 Favorites   0 Comments

Color spaces of #574780

RGB 8771128
HSL0.710.290.39
HSV257°45°50°
CMYK 0.320.450.00   0.50
XYZ10.08008.091221.4526
Yxy8.09120.25440.2042
Hunter Lab28.445013.4758-24.8036
CIE-Lab34.172120.4114-29.8741

#574780 color RGB value is (87,71,128).

#574780 hex color red value is 87, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #574780 hue: 0.71 , saturation: 0.29 and the lightness value of 574780 is 0.39.

The process color (four color CMYK) of #574780 color hex is 0.32, 0.45, 0.00, 0.50. Web safe color of #574780 is #663399. Color #574780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 10000000
Octal 127 107 200
Decimal 87 71 128
Hex 57 47 80

RGB Percentages of Color #574780

%30.42
%24.83
%44.76

CMYK Percentages of Color #574780

%32
%45
%0
%50

Triadic Colors of #574780

#574780 #805747 #478057

Analogous Colors of #574780

#574780 #744780 #475380

Monochromatic Colors of #574780

#574780

Complementary Color

#574780 #708047

#574780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574780 Color CSS Codes

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

#574780 Text Font Color

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

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


#574780 Background Color

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

This div background color is #574780


#574780 Border Color

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

This div border color is #574780


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,71,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574780; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574780;
  -webkit-box-shadow: 1px 1px 3px 2px #574780;
  box-shadow:         1px 1px 3px 2px #574780; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574780


Comments

No comments written yet.

Please login to write comment.