Color Hex Logo

#573985 Color Hex

#573985
(87,57,133)
0 Favorites   0 Comments

Color spaces of #573985

RGB 8757133
HSL0.730.400.37
HSV264°57°52°
CMYK 0.350.570.00   0.48
XYZ9.62726.645922.9657
Yxy6.64590.24530.1694
Hunter Lab25.779621.5450-34.7725
CIE-Lab30.986830.5429-38.0402

#573985 color RGB value is (87,57,133).

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

The process color (four color CMYK) of #573985 color hex is 0.35, 0.57, 0.00, 0.48. Web safe color of #573985 is #663399. Color #573985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 10000101
Octal 127 71 205
Decimal 87 57 133
Hex 57 39 85

RGB Percentages of Color #573985

%31.41
%20.58
%48.01

CMYK Percentages of Color #573985

%35
%57
%0
%48

Triadic Colors of #573985

#573985 #855739 #398557

Analogous Colors of #573985

#573985 #7d3985 #394185

Monochromatic Colors of #573985

#573985

Complementary Color

#573985 #678539

#573985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573985 Color CSS Codes

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

#573985 Text Font Color

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

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


#573985 Background Color

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

This div background color is #573985


#573985 Border Color

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

This div border color is #573985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573985


Comments

No comments written yet.

Please login to write comment.