Color Hex Logo

#570474 Color Hex

#570474
(87,4,116)
0 Favorites   0 Comments

Color spaces of #570474

RGB 874116
HSL0.790.930.24
HSV284°97°45°
CMYK 0.250.970.00   0.55
XYZ7.12633.374016.7987
Yxy3.37400.26100.1236
Hunter Lab18.368537.1068-41.3652
CIE-Lab21.483549.2696-42.6409

#570474 color RGB value is (87,4,116).

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

The process color (four color CMYK) of #570474 color hex is 0.25, 0.97, 0.00, 0.55. Web safe color of #570474 is #660066. Color #570474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 01110100
Octal 127 4 164
Decimal 87 4 116
Hex 57 4 74

RGB Percentages of Color #570474

%42.03
%1.93
%56.04

CMYK Percentages of Color #570474

%25
%97
%0
%55

Triadic Colors of #570474

#570474 #745704 #047457

Analogous Colors of #570474

#570474 #740459 #1f0474

Monochromatic Colors of #570474

#570474

Complementary Color

#570474 #217404

#570474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570474 Color CSS Codes

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

#570474 Text Font Color

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

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


#570474 Background Color

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

This div background color is #570474


#570474 Border Color

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

This div border color is #570474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570474


Comments

No comments written yet.

Please login to write comment.