Color Hex Logo

#570493 Color Hex

#570493
(87,4,147)
0 Favorites   0 Comments

Color spaces of #570493

RGB 874147
HSL0.760.950.30
HSV275°97°58°
CMYK 0.410.970.00   0.42
XYZ9.24044.219727.9312
Yxy4.21970.22320.1019
Hunter Lab20.541944.3466-66.2383
CIE-Lab24.384955.8354-57.4498

#570493 color RGB value is (87,4,147).

#570493 hex color red value is 87, green value is 4 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #570493 hue: 0.76 , saturation: 0.95 and the lightness value of 570493 is 0.30.

The process color (four color CMYK) of #570493 color hex is 0.41, 0.97, 0.00, 0.42. Web safe color of #570493 is #660099. Color #570493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 10010011
Octal 127 4 223
Decimal 87 4 147
Hex 57 4 93

RGB Percentages of Color #570493

%36.55
%1.68
%61.76

CMYK Percentages of Color #570493

%41
%97
%0
%42

Triadic Colors of #570493

#570493 #935704 #049357

Analogous Colors of #570493

#570493 #930488 #100493

Monochromatic Colors of #570493

#570493

Complementary Color

#570493 #409304

#570493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570493 Color CSS Codes

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

#570493 Text Font Color

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

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


#570493 Background Color

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

This div background color is #570493


#570493 Border Color

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

This div border color is #570493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570493


Comments

No comments written yet.

Please login to write comment.