Color Hex Logo

#074759 Color Hex

#074759
(7,71,89)
0 Favorites   0 Comments

Color spaces of #074759

RGB 77189
HSL0.540.850.19
HSV193°92°35°
CMYK 0.920.200.00   0.65
XYZ4.14405.272910.2506
Yxy5.27290.21070.2681
Hunter Lab22.9628-7.9717-10.3931
CIE-Lab27.4985-11.5134-15.9854

#074759 color RGB value is (7,71,89).

#074759 hex color red value is 7, green value is 71 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #074759 hue: 0.54 , saturation: 0.85 and the lightness value of 074759 is 0.19.

The process color (four color CMYK) of #074759 color hex is 0.92, 0.20, 0.00, 0.65. Web safe color of #074759 is #003366. Color #074759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000111 01011001
Octal 7 107 131
Decimal 7 71 89
Hex 7 47 59

RGB Percentages of Color #074759

%4.19
%42.51
%53.29

CMYK Percentages of Color #074759

%92
%20
%0
%65

Triadic Colors of #074759

#074759 #590747 #475907

Analogous Colors of #074759

#074759 #071e59 #075942

Monochromatic Colors of #074759

#074759

Complementary Color

#074759 #591907

#074759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074759 Color CSS Codes

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

#074759 Text Font Color

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

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


#074759 Background Color

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

This div background color is #074759


#074759 Border Color

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

This div border color is #074759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074759


Comments

No comments written yet.

Please login to write comment.