Color Hex Logo

#574569 Color Hex

#574569
(87,69,105)
0 Favorites   0 Comments

Color spaces of #574569

RGB 8769105
HSL0.750.210.34
HSV270°34°41°
CMYK 0.170.340.00   0.59
XYZ8.60847.302414.3204
Yxy7.30240.28480.2416
Hunter Lab27.02309.5726-12.5038
CIE-Lab32.485615.5524-18.1136

#574569 color RGB value is (87,69,105).

#574569 hex color red value is 87, green value is 69 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #574569 hue: 0.75 , saturation: 0.21 and the lightness value of 574569 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000101 01101001
Octal 127 105 151
Decimal 87 69 105
Hex 57 45 69

RGB Percentages of Color #574569

%33.33
%26.44
%40.23

CMYK Percentages of Color #574569

%17
%34
%0
%59

Triadic Colors of #574569

#574569 #695745 #456957

Analogous Colors of #574569

#574569 #694569 #454569

Monochromatic Colors of #574569

#574569

Complementary Color

#574569 #576945

#574569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574569 Color CSS Codes

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

#574569 Text Font Color

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

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


#574569 Background Color

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

This div background color is #574569


#574569 Border Color

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

This div border color is #574569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574569


Comments

No comments written yet.

Please login to write comment.