Color Hex Logo

#570376 Color Hex

#570376
(87,3,118)
0 Favorites   0 Comments

Color spaces of #570376

RGB 873118
HSL0.790.950.24
HSV284°97°46°
CMYK 0.260.970.00   0.54
XYZ7.23313.399417.4145
Yxy3.39940.25790.1212
Hunter Lab18.437537.7608-43.0942
CIE-Lab21.577349.9132-43.7742

#570376 color RGB value is (87,3,118).

#570376 hex color red value is 87, green value is 3 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #570376 hue: 0.79 , saturation: 0.95 and the lightness value of 570376 is 0.24.

The process color (four color CMYK) of #570376 color hex is 0.26, 0.97, 0.00, 0.54. Web safe color of #570376 is #660066. Color #570376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000011 01110110
Octal 127 3 166
Decimal 87 3 118
Hex 57 3 76

RGB Percentages of Color #570376

%41.83
%1.44
%56.73

CMYK Percentages of Color #570376

%26
%97
%0
%54

Triadic Colors of #570376

#570376 #765703 #037657

Analogous Colors of #570376

#570376 #76035c #1d0376

Monochromatic Colors of #570376

#570376

Complementary Color

#570376 #227603

#570376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570376 Color CSS Codes

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

#570376 Text Font Color

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

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


#570376 Background Color

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

This div background color is #570376


#570376 Border Color

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

This div border color is #570376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570376


Comments

No comments written yet.

Please login to write comment.