Color Hex Logo

#570680 Color Hex

#570680
(87,6,128)
0 Favorites   0 Comments

Color spaces of #570680

RGB 876128
HSL0.780.910.26
HSV280°95°50°
CMYK 0.320.950.00   0.50
XYZ7.89193.715020.7232
Yxy3.71500.24410.1149
Hunter Lab19.274339.3570-50.2548
CIE-Lab22.705951.2952-48.3092

#570680 color RGB value is (87,6,128).

#570680 hex color red value is 87, green value is 6 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #570680 hue: 0.78 , saturation: 0.91 and the lightness value of 570680 is 0.26.

The process color (four color CMYK) of #570680 color hex is 0.32, 0.95, 0.00, 0.50. Web safe color of #570680 is #660099. Color #570680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000110 10000000
Octal 127 6 200
Decimal 87 6 128
Hex 57 6 80

RGB Percentages of Color #570680

%39.37
%2.71
%57.92

CMYK Percentages of Color #570680

%32
%95
%0
%50

Triadic Colors of #570680

#570680 #805706 #068057

Analogous Colors of #570680

#570680 #80066c #1a0680

Monochromatic Colors of #570680

#570680

Complementary Color

#570680 #2f8006

#570680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570680 Color CSS Codes

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

#570680 Text Font Color

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

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


#570680 Background Color

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

This div background color is #570680


#570680 Border Color

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

This div border color is #570680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570680


Comments

No comments written yet.

Please login to write comment.