Color Hex Logo

#574e93 Color Hex

#574E93
(87,78,147)
0 Favorites   0 Comments

Color spaces of #574e93

RGB 8778147
HSL0.690.310.44
HSV248°47°58°
CMYK 0.410.470.00   0.42
XYZ11.92139.581628.8249
Yxy9.58160.23690.1904
Hunter Lab30.954214.5755-33.5437
CIE-Lab37.080821.4867-36.9014

#574e93 color RGB value is (87,78,147).

#574e93 hex color red value is 87, green value is 78 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #574e93 hue: 0.69 , saturation: 0.31 and the lightness value of 574e93 is 0.44.

The process color (four color CMYK) of #574e93 color hex is 0.41, 0.47, 0.00, 0.42. Web safe color of #574e93 is #666699. Color #574e93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001110 10010011
Octal 127 116 223
Decimal 87 78 147
Hex 57 4E 93

RGB Percentages of Color #574e93

%27.88
%25.00
%47.12

CMYK Percentages of Color #574e93

%41
%47
%0
%42

Triadic Colors of #574e93

#574e93 #93574e #4e9357

Analogous Colors of #574e93

#574e93 #7a4e93 #4e6893

Monochromatic Colors of #574e93

#574e93

Complementary Color

#574e93 #8a934e

#574e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574e93 Color CSS Codes

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

#574e93 Text Font Color

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

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


#574e93 Background Color

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

This div background color is #574e93


#574e93 Border Color

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

This div border color is #574e93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,78,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574e93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574e93;
  -webkit-box-shadow: 1px 1px 3px 2px #574e93;
  box-shadow:         1px 1px 3px 2px #574e93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574e93


Comments

No comments written yet.

Please login to write comment.