Color Hex Logo

#074196 Color Hex

#074196
(7,65,150)
0 Favorites   0 Comments

Color spaces of #074196

RGB 765150
HSL0.600.910.31
HSV216°95°59°
CMYK 0.950.570.00   0.41
XYZ7.48296.027829.6232
Yxy6.02780.17350.1397
Hunter Lab24.551611.4385-54.3514
CIE-Lab29.482518.2507-51.1766

#074196 color RGB value is (7,65,150).

#074196 hex color red value is 7, green value is 65 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #074196 hue: 0.60 , saturation: 0.91 and the lightness value of 074196 is 0.31.

The process color (four color CMYK) of #074196 color hex is 0.95, 0.57, 0.00, 0.41. Web safe color of #074196 is #003399. Color #074196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000001 10010110
Octal 7 101 226
Decimal 7 65 150
Hex 7 41 96

RGB Percentages of Color #074196

%3.15
%29.28
%67.57

CMYK Percentages of Color #074196

%95
%57
%0
%41

Triadic Colors of #074196

#074196 #960741 #419607

Analogous Colors of #074196

#074196 #150796 #078996

Monochromatic Colors of #074196

#074196

Complementary Color

#074196 #965c07

#074196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074196 Color CSS Codes

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

#074196 Text Font Color

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

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


#074196 Background Color

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

This div background color is #074196


#074196 Border Color

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

This div border color is #074196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074196


Comments

No comments written yet.

Please login to write comment.