Color Hex Logo

#07859d Color Hex

#07859D
(7,133,157)
0 Favorites   0 Comments

Color spaces of #07859d

RGB 7133157
HSL0.530.910.32
HSV190°96°62°
CMYK 0.960.150.00   0.38
XYZ14.561019.254534.8473
Yxy19.25450.21210.2804
Hunter Lab43.8799-17.5570-16.3692
CIE-Lab50.9836-21.1833-21.3152

#07859d color RGB value is (7,133,157).

#07859d hex color red value is 7, green value is 133 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #07859d hue: 0.53 , saturation: 0.91 and the lightness value of 07859d is 0.32.

The process color (four color CMYK) of #07859d color hex is 0.96, 0.15, 0.00, 0.38. Web safe color of #07859d is #009999. Color #07859d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000101 10011101
Octal 7 205 235
Decimal 7 133 157
Hex 7 85 9D

RGB Percentages of Color #07859d

%2.36
%44.78
%52.86

CMYK Percentages of Color #07859d

%96
%15
%0
%38

Triadic Colors of #07859d

#07859d #9d0785 #859d07

Analogous Colors of #07859d

#07859d #073a9d #079d6a

Monochromatic Colors of #07859d

#07859d

Complementary Color

#07859d #9d1f07

#07859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07859d Color CSS Codes

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

#07859d Text Font Color

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

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


#07859d Background Color

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

This div background color is #07859d


#07859d Border Color

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

This div border color is #07859d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,133,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07859d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07859d;
  -webkit-box-shadow: 1px 1px 3px 2px #07859d;
  box-shadow:         1px 1px 3px 2px #07859d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07859d


Comments

No comments written yet.

Please login to write comment.