Color Hex Logo

#573787 Color Hex

#573787
(87,55,135)
0 Favorites   0 Comments

Color spaces of #573787

RGB 8755135
HSL0.730.420.37
HSV264°59°53°
CMYK 0.360.590.00   0.47
XYZ9.66986.507923.6682
Yxy6.50790.24270.1633
Hunter Lab25.510623.0170-37.1506
CIE-Lab30.659332.2978-39.8066

#573787 color RGB value is (87,55,135).

#573787 hex color red value is 87, green value is 55 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #573787 hue: 0.73 , saturation: 0.42 and the lightness value of 573787 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110111 10000111
Octal 127 67 207
Decimal 87 55 135
Hex 57 37 87

RGB Percentages of Color #573787

%31.41
%19.86
%48.74

CMYK Percentages of Color #573787

%36
%59
%0
%47

Triadic Colors of #573787

#573787 #875737 #378757

Analogous Colors of #573787

#573787 #7f3787 #373f87

Monochromatic Colors of #573787

#573787

Complementary Color

#573787 #678737

#573787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573787 Color CSS Codes

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

#573787 Text Font Color

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

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


#573787 Background Color

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

This div background color is #573787


#573787 Border Color

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

This div border color is #573787


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,55,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 #573787">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573787


Comments

No comments written yet.

Please login to write comment.