Color Hex Logo

#574792 Color Hex

#574792
(87,71,146)
0 Favorites   0 Comments

Color spaces of #574792

RGB 8771146
HSL0.700.350.43
HSV253°51°57°
CMYK 0.400.510.00   0.43
XYZ11.37208.608028.2563
Yxy8.60800.23580.1785
Hunter Lab29.339417.8430-36.5637
CIE-Lab35.218325.6098-39.2625

#574792 color RGB value is (87,71,146).

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

The process color (four color CMYK) of #574792 color hex is 0.40, 0.51, 0.00, 0.43. Web safe color of #574792 is #663399. Color #574792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 10010010
Octal 127 107 222
Decimal 87 71 146
Hex 57 47 92

RGB Percentages of Color #574792

%28.62
%23.36
%48.03

CMYK Percentages of Color #574792

%40
%51
%0
%43

Triadic Colors of #574792

#574792 #925747 #479257

Analogous Colors of #574792

#574792 #7d4792 #475d92

Monochromatic Colors of #574792

#574792

Complementary Color

#574792 #829247

#574792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574792 Color CSS Codes

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

#574792 Text Font Color

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

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


#574792 Background Color

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

This div background color is #574792


#574792 Border Color

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

This div border color is #574792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574792


Comments

No comments written yet.

Please login to write comment.