Color Hex Logo

#574590 Color Hex

#574590
(87,69,144)
0 Favorites   0 Comments

Color spaces of #574590

RGB 8769144
HSL0.710.350.42
HSV254°52°56°
CMYK 0.400.520.00   0.44
XYZ11.09268.296127.4022
Yxy8.29610.23710.1773
Hunter Lab28.803018.3388-36.2445
CIE-Lab34.592126.2746-39.0437

#574590 color RGB value is (87,69,144).

#574590 hex color red value is 87, green value is 69 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #574590 hue: 0.71 , saturation: 0.35 and the lightness value of 574590 is 0.42.

The process color (four color CMYK) of #574590 color hex is 0.40, 0.52, 0.00, 0.44. Web safe color of #574590 is #663399. Color #574590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000101 10010000
Octal 127 105 220
Decimal 87 69 144
Hex 57 45 90

RGB Percentages of Color #574590

%29.00
%23.00
%48.00

CMYK Percentages of Color #574590

%40
%52
%0
%44

Triadic Colors of #574590

#574590 #905745 #459057

Analogous Colors of #574590

#574590 #7d4590 #455990

Monochromatic Colors of #574590

#574590

Complementary Color

#574590 #7e9045

#574590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574590 Color CSS Codes

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

#574590 Text Font Color

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

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


#574590 Background Color

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

This div background color is #574590


#574590 Border Color

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

This div border color is #574590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574590


Comments

No comments written yet.

Please login to write comment.