Color Hex Logo

#574864 Color Hex

#574864
(87,72,100)
0 Favorites   0 Comments

Color spaces of #574864

RGB 8772100
HSL0.760.160.34
HSV272°28°39°
CMYK 0.130.280.00   0.61
XYZ8.54817.581113.0693
Yxy7.58110.29280.2596
Hunter Lab27.53387.2327-8.8692
CIE-Lab33.094812.4012-14.0107

#574864 color RGB value is (87,72,100).

#574864 hex color red value is 87, green value is 72 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #574864 hue: 0.76 , saturation: 0.16 and the lightness value of 574864 is 0.34.

The process color (four color CMYK) of #574864 color hex is 0.13, 0.28, 0.00, 0.61. Web safe color of #574864 is #663366. Color #574864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 01100100
Octal 127 110 144
Decimal 87 72 100
Hex 57 48 64

RGB Percentages of Color #574864

%33.59
%27.80
%38.61

CMYK Percentages of Color #574864

%13
%28
%0
%61

Triadic Colors of #574864

#574864 #645748 #486457

Analogous Colors of #574864

#574864 #644863 #494864

Monochromatic Colors of #574864

#574864

Complementary Color

#574864 #556448

#574864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574864 Color CSS Codes

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

#574864 Text Font Color

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

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


#574864 Background Color

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

This div background color is #574864


#574864 Border Color

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

This div border color is #574864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574864

#574864 Color Palettes


Comments

No comments written yet.

Please login to write comment.