Color Hex Logo

#074359 Color Hex

#074359
(7,67,89)
0 Favorites   0 Comments

Color spaces of #074359

RGB 76789
HSL0.540.850.19
HSV196°92°35°
CMYK 0.920.250.00   0.65
XYZ3.89794.780710.1685
Yxy4.78070.20680.2537
Hunter Lab21.8648-6.4417-12.2682
CIE-Lab26.1006-9.0430-18.1521

#074359 color RGB value is (7,67,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000011 01011001
Octal 7 103 131
Decimal 7 67 89
Hex 7 43 59

RGB Percentages of Color #074359

%4.29
%41.10
%54.60

CMYK Percentages of Color #074359

%92
%25
%0
%65

Triadic Colors of #074359

#074359 #590743 #435907

Analogous Colors of #074359

#074359 #071a59 #075946

Monochromatic Colors of #074359

#074359

Complementary Color

#074359 #591d07

#074359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074359 Color CSS Codes

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

#074359 Text Font Color

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

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


#074359 Background Color

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

This div background color is #074359


#074359 Border Color

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

This div border color is #074359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074359


Comments

No comments written yet.

Please login to write comment.