Color Hex Logo

#573578 Color Hex

#573578
(87,53,120)
0 Favorites   0 Comments

Color spaces of #573578

RGB 8753120
HSL0.750.390.34
HSV270°56°47°
CMYK 0.280.560.00   0.53
XYZ8.59375.928518.4607
Yxy5.92850.26060.1797
Hunter Lab24.348520.3909-27.9089
CIE-Lab29.231429.4516-32.7094

#573578 color RGB value is (87,53,120).

#573578 hex color red value is 87, green value is 53 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #573578 hue: 0.75 , saturation: 0.39 and the lightness value of 573578 is 0.34.

The process color (four color CMYK) of #573578 color hex is 0.28, 0.56, 0.00, 0.53. Web safe color of #573578 is #663366. Color #573578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110101 01111000
Octal 127 65 170
Decimal 87 53 120
Hex 57 35 78

RGB Percentages of Color #573578

%33.46
%20.38
%46.15

CMYK Percentages of Color #573578

%28
%56
%0
%53

Triadic Colors of #573578

#573578 #785735 #357857

Analogous Colors of #573578

#573578 #783578 #353578

Monochromatic Colors of #573578

#573578

Complementary Color

#573578 #567835

#573578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573578 Color CSS Codes

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

#573578 Text Font Color

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

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


#573578 Background Color

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

This div background color is #573578


#573578 Border Color

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

This div border color is #573578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573578


Comments

No comments written yet.

Please login to write comment.