Color Hex Logo

#574887 Color Hex

#574887
(87,72,135)
0 Favorites   0 Comments

Color spaces of #574887

RGB 8772135
HSL0.710.300.41
HSV254°47°53°
CMYK 0.360.470.00   0.47
XYZ10.62108.410223.9852
Yxy8.41020.24690.1955
Hunter Lab29.000314.6227-28.7365
CIE-Lab34.823021.7664-33.1624

#574887 color RGB value is (87,72,135).

#574887 hex color red value is 87, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #574887 hue: 0.71 , saturation: 0.30 and the lightness value of 574887 is 0.41.

The process color (four color CMYK) of #574887 color hex is 0.36, 0.47, 0.00, 0.47. Web safe color of #574887 is #663399. Color #574887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 10000111
Octal 127 110 207
Decimal 87 72 135
Hex 57 48 87

RGB Percentages of Color #574887

%29.59
%24.49
%45.92

CMYK Percentages of Color #574887

%36
%47
%0
%47

Triadic Colors of #574887

#574887 #875748 #488757

Analogous Colors of #574887

#574887 #774887 #485987

Monochromatic Colors of #574887

#574887

Complementary Color

#574887 #788748

#574887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574887 Color CSS Codes

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

#574887 Text Font Color

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

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


#574887 Background Color

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

This div background color is #574887


#574887 Border Color

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

This div border color is #574887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574887


Comments

No comments written yet.

Please login to write comment.