Color Hex Logo

#078057 Color Hex

#078057
(7,128,87)
0 Favorites   0 Comments

Color spaces of #078057

RGB 712887
HSL0.440.900.26
HSV160°95°50°
CMYK 0.950.000.32   0.50
XYZ9.527116.171611.6361
Yxy16.17160.25520.4332
Hunter Lab40.2139-28.085910.9939
CIE-Lab47.1988-40.147114.0534

#078057 color RGB value is (7,128,87).

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

The process color (four color CMYK) of #078057 color hex is 0.95, 0.00, 0.32, 0.50. Web safe color of #078057 is #009966. Color #078057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000000 01010111
Octal 7 200 127
Decimal 7 128 87
Hex 7 80 57

RGB Percentages of Color #078057

%3.15
%57.66
%39.19

CMYK Percentages of Color #078057

%95
%0
%32
%50

Triadic Colors of #078057

#078057 #570780 #805707

Analogous Colors of #078057

#078057 #076d80 #07801a

Monochromatic Colors of #078057

#078057

Complementary Color

#078057 #800730

#078057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078057 Color CSS Codes

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

#078057 Text Font Color

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

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


#078057 Background Color

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

This div background color is #078057


#078057 Border Color

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

This div border color is #078057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078057


Comments

No comments written yet.

Please login to write comment.