Color Hex Logo

#07875a Color Hex

#07875A
(7,135,90)
0 Favorites   0 Comments

Color spaces of #07875a

RGB 713590
HSL0.440.900.28
HSV159°95°53°
CMYK 0.950.000.33   0.47
XYZ10.597118.111312.6102
Yxy18.11130.25650.4383
Hunter Lab42.5574-30.027612.2219
CIE-Lab49.6308-42.241315.6687

#07875a color RGB value is (7,135,90).

#07875a hex color red value is 7, green value is 135 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #07875a hue: 0.44 , saturation: 0.90 and the lightness value of 07875a is 0.28.

The process color (four color CMYK) of #07875a color hex is 0.95, 0.00, 0.33, 0.47. Web safe color of #07875a is #009966. Color #07875a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000111 01011010
Octal 7 207 132
Decimal 7 135 90
Hex 7 87 5A

RGB Percentages of Color #07875a

%3.02
%58.19
%38.79

CMYK Percentages of Color #07875a

%95
%0
%33
%47

Triadic Colors of #07875a

#07875a #5a0787 #875a07

Analogous Colors of #07875a

#07875a #077487 #07871a

Monochromatic Colors of #07875a

#07875a

Complementary Color

#07875a #870734

#07875a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07875a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07875a Color CSS Codes

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

#07875a Text Font Color

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

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


#07875a Background Color

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

This div background color is #07875a


#07875a Border Color

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

This div border color is #07875a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,135,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07875a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07875a;
  -webkit-box-shadow: 1px 1px 3px 2px #07875a;
  box-shadow:         1px 1px 3px 2px #07875a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07875a


Comments

No comments written yet.

Please login to write comment.