Color Hex Logo

#574896 Color Hex

#574896
(87,72,150)
0 Favorites   0 Comments

Color spaces of #574896

RGB 8772150
HSL0.700.350.44
HSV252°52°59°
CMYK 0.420.520.00   0.41
XYZ11.75298.863029.9454
Yxy8.86300.23240.1753
Hunter Lab29.770818.3693-38.7982
CIE-Lab35.719226.1717-40.8919

#574896 color RGB value is (87,72,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 10010110
Octal 127 110 226
Decimal 87 72 150
Hex 57 48 96

RGB Percentages of Color #574896

%28.16
%23.30
%48.54

CMYK Percentages of Color #574896

%42
%52
%0
%41

Triadic Colors of #574896

#574896 #965748 #489657

Analogous Colors of #574896

#574896 #7e4896 #486096

Monochromatic Colors of #574896

#574896

Complementary Color

#574896 #879648

#574896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574896 Color CSS Codes

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

#574896 Text Font Color

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

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


#574896 Background Color

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

This div background color is #574896


#574896 Border Color

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

This div border color is #574896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574896


Comments

No comments written yet.

Please login to write comment.