Color Hex Logo

#574869 Color Hex

#574869
(87,72,105)
0 Favorites   0 Comments

Color spaces of #574869

RGB 8772105
HSL0.740.190.35
HSV267°31°41°
CMYK 0.170.310.00   0.59
XYZ8.79767.680914.3835
Yxy7.68090.28510.2489
Hunter Lab27.71448.1623-11.3708
CIE-Lab33.309313.6353-16.8427

#574869 color RGB value is (87,72,105).

#574869 hex color red value is 87, green value is 72 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #574869 hue: 0.74 , saturation: 0.19 and the lightness value of 574869 is 0.35.

The process color (four color CMYK) of #574869 color hex is 0.17, 0.31, 0.00, 0.59. Web safe color of #574869 is #663366. Color #574869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 01101001
Octal 127 110 151
Decimal 87 72 105
Hex 57 48 69

RGB Percentages of Color #574869

%32.95
%27.27
%39.77

CMYK Percentages of Color #574869

%17
%31
%0
%59

Triadic Colors of #574869

#574869 #695748 #486957

Analogous Colors of #574869

#574869 #684869 #484a69

Monochromatic Colors of #574869

#574869

Complementary Color

#574869 #5a6948

#574869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574869 Color CSS Codes

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

#574869 Text Font Color

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

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


#574869 Background Color

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

This div background color is #574869


#574869 Border Color

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

This div border color is #574869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574869


Comments

No comments written yet.

Please login to write comment.