Color Hex Logo

#570592 Color Hex

#570592
(87,5,146)
0 Favorites   0 Comments

Color spaces of #570592

RGB 875146
HSL0.760.930.30
HSV275°97°57°
CMYK 0.400.970.00   0.43
XYZ9.17314.210127.5233
Yxy4.21010.22420.1029
Hunter Lab20.518543.8935-65.1679
CIE-Lab24.354255.4080-56.8810

#570592 color RGB value is (87,5,146).

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

The process color (four color CMYK) of #570592 color hex is 0.40, 0.97, 0.00, 0.43. Web safe color of #570592 is #660099. Color #570592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 10010010
Octal 127 5 222
Decimal 87 5 146
Hex 57 5 92

RGB Percentages of Color #570592

%36.55
%2.10
%61.34

CMYK Percentages of Color #570592

%40
%97
%0
%43

Triadic Colors of #570592

#570592 #925705 #059257

Analogous Colors of #570592

#570592 #920587 #110592

Monochromatic Colors of #570592

#570592

Complementary Color

#570592 #409205

#570592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570592 Color CSS Codes

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

#570592 Text Font Color

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

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


#570592 Background Color

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

This div background color is #570592


#570592 Border Color

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

This div border color is #570592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570592


Comments

No comments written yet.

Please login to write comment.