Color Hex Logo

#574596 Color Hex

#574596
(87,69,150)
0 Favorites   0 Comments

Color spaces of #574596

RGB 8769150
HSL0.700.370.43
HSV253°54°59°
CMYK 0.420.540.00   0.41
XYZ11.56368.484529.8824
Yxy8.48450.23160.1699
Hunter Lab29.128219.8885-40.4355
CIE-Lab34.972228.0467-42.0885

#574596 color RGB value is (87,69,150).

#574596 hex color red value is 87, green value is 69 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #574596 hue: 0.70 , saturation: 0.37 and the lightness value of 574596 is 0.43.

The process color (four color CMYK) of #574596 color hex is 0.42, 0.54, 0.00, 0.41. Web safe color of #574596 is #663399. Color #574596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000101 10010110
Octal 127 105 226
Decimal 87 69 150
Hex 57 45 96

RGB Percentages of Color #574596

%28.43
%22.55
%49.02

CMYK Percentages of Color #574596

%42
%54
%0
%41

Triadic Colors of #574596

#574596 #965745 #459657

Analogous Colors of #574596

#574596 #804596 #455c96

Monochromatic Colors of #574596

#574596

Complementary Color

#574596 #849645

#574596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574596 Color CSS Codes

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

#574596 Text Font Color

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

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


#574596 Background Color

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

This div background color is #574596


#574596 Border Color

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

This div border color is #574596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574596


Comments

No comments written yet.

Please login to write comment.