Color Hex Logo

#573976 Color Hex

#573976
(87,57,118)
1 Favorites   0 Comments

Color spaces of #573976

RGB 8757118
HSL0.750.350.34
HSV270°52°46°
CMYK 0.260.520.00   0.54
XYZ8.66366.260517.8913
Yxy6.26050.26400.1908
Hunter Lab25.021018.0195-24.8807
CIE-Lab30.060426.4850-30.1300

#573976 color RGB value is (87,57,118).

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

The process color (four color CMYK) of #573976 color hex is 0.26, 0.52, 0.00, 0.54. Web safe color of #573976 is #663366. Color #573976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 01110110
Octal 127 71 166
Decimal 87 57 118
Hex 57 39 76

RGB Percentages of Color #573976

%33.21
%21.76
%45.04

CMYK Percentages of Color #573976

%26
%52
%0
%54

Triadic Colors of #573976

#573976 #765739 #397657

Analogous Colors of #573976

#573976 #763976 #393976

Monochromatic Colors of #573976

#573976

Complementary Color

#573976 #587639

#573976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573976 Color CSS Codes

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

#573976 Text Font Color

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

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


#573976 Background Color

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

This div background color is #573976


#573976 Border Color

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

This div border color is #573976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573976


Comments

No comments written yet.

Please login to write comment.