Color Hex Logo

#573891 Color Hex

#573891
(87,56,145)
0 Favorites   0 Comments

Color spaces of #573891

RGB 8756145
HSL0.720.440.39
HSV261°61°57°
CMYK 0.400.610.00   0.43
XYZ10.45556.898927.5686
Yxy6.89890.23270.1536
Hunter Lab26.265825.0897-43.8449
CIE-Lab31.575634.5061-44.4996

#573891 color RGB value is (87,56,145).

#573891 hex color red value is 87, green value is 56 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #573891 hue: 0.72 , saturation: 0.44 and the lightness value of 573891 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111000 10010001
Octal 127 70 221
Decimal 87 56 145
Hex 57 38 91

RGB Percentages of Color #573891

%30.21
%19.44
%50.35

CMYK Percentages of Color #573891

%40
%61
%0
%43

Triadic Colors of #573891

#573891 #915738 #389157

Analogous Colors of #573891

#573891 #843891 #384691

Monochromatic Colors of #573891

#573891

Complementary Color

#573891 #729138

#573891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573891 Color CSS Codes

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

#573891 Text Font Color

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

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


#573891 Background Color

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

This div background color is #573891


#573891 Border Color

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

This div border color is #573891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573891


Comments

No comments written yet.

Please login to write comment.