Color Hex Logo

#570293 Color Hex

#570293
(87,2,147)
0 Favorites   0 Comments

Color spaces of #570293

RGB 872147
HSL0.760.970.29
HSV275°99°58°
CMYK 0.410.990.00   0.42
XYZ9.21864.176227.9240
Yxy4.17620.22310.1011
Hunter Lab20.435844.7591-66.7105
CIE-Lab24.245656.2547-57.6789

#570293 color RGB value is (87,2,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 10010011
Octal 127 2 223
Decimal 87 2 147
Hex 57 2 93

RGB Percentages of Color #570293

%36.86
%0.85
%62.29

CMYK Percentages of Color #570293

%41
%99
%0
%42

Triadic Colors of #570293

#570293 #935702 #029357

Analogous Colors of #570293

#570293 #930287 #0f0293

Monochromatic Colors of #570293

#570293

Complementary Color

#570293 #3e9302

#570293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570293 Color CSS Codes

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

#570293 Text Font Color

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

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


#570293 Background Color

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

This div background color is #570293


#570293 Border Color

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

This div border color is #570293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570293


Comments

No comments written yet.

Please login to write comment.