Color Hex Logo

#570074 Color Hex

#570074
(87,0,116)
0 Favorites   0 Comments

Color spaces of #570074

RGB 870116
HSL0.791.000.23
HSV285°100°45°
CMYK 0.251.000.00   0.55
XYZ7.08293.287216.7842
Yxy3.28720.26080.1211
Hunter Lab18.130638.0041-42.1955
CIE-Lab21.159250.2383-43.1691

#570074 color RGB value is (87,0,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000000 01110100
Octal 127 0 164
Decimal 87 0 116
Hex 57 0 74

RGB Percentages of Color #570074

%42.86
%0.00
%57.14

CMYK Percentages of Color #570074

%25
%100
%0
%55

Triadic Colors of #570074

#570074 #745700 #007457

Analogous Colors of #570074

#570074 #740057 #1d0074

Monochromatic Colors of #570074

#570074

Complementary Color

#570074 #1d7400

#570074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570074 Color CSS Codes

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

#570074 Text Font Color

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

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


#570074 Background Color

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

This div background color is #570074


#570074 Border Color

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

This div border color is #570074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570074


Comments

No comments written yet.

Please login to write comment.