Color Hex Logo

#074e9a Color Hex

#074E9A
(7,78,154)
0 Favorites   0 Comments

Color spaces of #074e9a

RGB 778154
HSL0.590.910.32
HSV211°95°60°
CMYK 0.950.490.00   0.40
XYZ8.64477.827031.6270
Yxy7.82700.17970.1627
Hunter Lab27.97686.1964-47.4420
CIE-Lab33.620010.9782-46.9016

#074e9a color RGB value is (7,78,154).

#074e9a hex color red value is 7, green value is 78 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #074e9a hue: 0.59 , saturation: 0.91 and the lightness value of 074e9a is 0.32.

The process color (four color CMYK) of #074e9a color hex is 0.95, 0.49, 0.00, 0.40. Web safe color of #074e9a is #006699. Color #074e9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 10011010
Octal 7 116 232
Decimal 7 78 154
Hex 7 4E 9A

RGB Percentages of Color #074e9a

%2.93
%32.64
%64.44

CMYK Percentages of Color #074e9a

%95
%49
%0
%40

Triadic Colors of #074e9a

#074e9a #9a074e #4e9a07

Analogous Colors of #074e9a

#074e9a #09079a #07989a

Monochromatic Colors of #074e9a

#074e9a

Complementary Color

#074e9a #9a5307

#074e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#074e9a Color CSS Codes

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

#074e9a Text Font Color

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

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


#074e9a Background Color

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

This div background color is #074e9a


#074e9a Border Color

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

This div border color is #074e9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,78,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074e9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074e9a;
  -webkit-box-shadow: 1px 1px 3px 2px #074e9a;
  box-shadow:         1px 1px 3px 2px #074e9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074e9a


Comments

No comments written yet.

Please login to write comment.