Color Hex Logo

#074659 Color Hex

#074659
(7,70,89)
0 Favorites   0 Comments

Color spaces of #074659

RGB 77089
HSL0.540.850.19
HSV194°92°35°
CMYK 0.920.210.00   0.65
XYZ4.08105.146810.2295
Yxy5.14680.20970.2645
Hunter Lab22.6866-7.5918-10.8536
CIE-Lab27.1490-10.9031-16.5256

#074659 color RGB value is (7,70,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000110 01011001
Octal 7 106 131
Decimal 7 70 89
Hex 7 46 59

RGB Percentages of Color #074659

%4.22
%42.17
%53.61

CMYK Percentages of Color #074659

%92
%21
%0
%65

Triadic Colors of #074659

#074659 #590746 #465907

Analogous Colors of #074659

#074659 #071d59 #075943

Monochromatic Colors of #074659

#074659

Complementary Color

#074659 #591a07

#074659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074659 Color CSS Codes

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

#074659 Text Font Color

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

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


#074659 Background Color

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

This div background color is #074659


#074659 Border Color

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

This div border color is #074659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074659


Comments

No comments written yet.

Please login to write comment.