Color Hex Logo

#573276 Color Hex

#573276
(87,50,118)
0 Favorites   0 Comments

Color spaces of #573276

RGB 8750118
HSL0.760.400.33
HSV273°58°46°
CMYK 0.260.580.00   0.54
XYZ8.34115.615417.7838
Yxy5.61540.26280.1769
Hunter Lab23.696821.3611-27.9077
CIE-Lab28.420630.7253-32.7373

#573276 color RGB value is (87,50,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110010 01110110
Octal 127 62 166
Decimal 87 50 118
Hex 57 32 76

RGB Percentages of Color #573276

%34.12
%19.61
%46.27

CMYK Percentages of Color #573276

%26
%58
%0
%54

Triadic Colors of #573276

#573276 #765732 #327657

Analogous Colors of #573276

#573276 #763273 #353276

Monochromatic Colors of #573276

#573276

Complementary Color

#573276 #517632

#573276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573276 Color CSS Codes

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

#573276 Text Font Color

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

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


#573276 Background Color

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

This div background color is #573276


#573276 Border Color

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

This div border color is #573276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573276


Comments

No comments written yet.

Please login to write comment.