Color Hex Logo

#578180 Color Hex

#578180
(87,129,128)
0 Favorites   0 Comments

Color spaces of #578180

RGB 87129128
HSL0.500.190.42
HSV179°33°51°
CMYK 0.330.000.01   0.49
XYZ15.677019.285323.3182
Yxy19.28530.26900.3309
Hunter Lab43.9150-13.1295-0.7415
CIE-Lab51.0193-14.6697-4.1074

#578180 color RGB value is (87,129,128).

#578180 hex color red value is 87, green value is 129 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #578180 hue: 0.50 , saturation: 0.19 and the lightness value of 578180 is 0.42.

The process color (four color CMYK) of #578180 color hex is 0.33, 0.00, 0.01, 0.49. Web safe color of #578180 is #669999. Color #578180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000001 10000000
Octal 127 201 200
Decimal 87 129 128
Hex 57 81 80

RGB Percentages of Color #578180

%25.29
%37.50
%37.21

CMYK Percentages of Color #578180

%33
%0
%1
%49

Triadic Colors of #578180

#578180 #805781 #818057

Analogous Colors of #578180

#578180 #576d81 #57816b

Monochromatic Colors of #578180

#578180

Complementary Color

#578180 #815758

#578180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#578180 Color CSS Codes

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

#578180 Text Font Color

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

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


#578180 Background Color

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

This div background color is #578180


#578180 Border Color

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

This div border color is #578180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578180


Comments

No comments written yet.

Please login to write comment.