Color Hex Logo

#573771 Color Hex

#573771
(87,55,113)
0 Favorites   0 Comments

Color spaces of #573771

RGB 8755113
HSL0.760.350.33
HSV273°51°44°
CMYK 0.230.510.00   0.56
XYZ8.27735.950916.3352
Yxy5.95090.27080.1947
Hunter Lab24.394517.8766-22.6261
CIE-Lab29.288326.4177-28.1886

#573771 color RGB value is (87,55,113).

#573771 hex color red value is 87, green value is 55 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #573771 hue: 0.76 , saturation: 0.35 and the lightness value of 573771 is 0.33.

The process color (four color CMYK) of #573771 color hex is 0.23, 0.51, 0.00, 0.56. Web safe color of #573771 is #663366. Color #573771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110111 01110001
Octal 127 67 161
Decimal 87 55 113
Hex 57 37 71

RGB Percentages of Color #573771

%34.12
%21.57
%44.31

CMYK Percentages of Color #573771

%23
%51
%0
%56

Triadic Colors of #573771

#573771 #715737 #377157

Analogous Colors of #573771

#573771 #71376e #3a3771

Monochromatic Colors of #573771

#573771

Complementary Color

#573771 #517137

#573771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573771 Color CSS Codes

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

#573771 Text Font Color

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

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


#573771 Background Color

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

This div background color is #573771


#573771 Border Color

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

This div border color is #573771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573771


Comments

No comments written yet.

Please login to write comment.