Color Hex Logo

#074fbe Color Hex

#074FBE
(7,79,190)
0 Favorites   0 Comments

Color spaces of #074fbe

RGB 779190
HSL0.600.930.39
HSV216°96°75°
CMYK 0.960.580.00   0.25
XYZ12.17799.354849.8790
Yxy9.35480.17050.1310
Hunter Lab30.585617.5463-75.2802
CIE-Lab36.658625.0894-63.3850

#074fbe color RGB value is (7,79,190).

#074fbe hex color red value is 7, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #074fbe hue: 0.60 , saturation: 0.93 and the lightness value of 074fbe is 0.39.

The process color (four color CMYK) of #074fbe color hex is 0.96, 0.58, 0.00, 0.25. Web safe color of #074fbe is #0066cc. Color #074fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001111 10111110
Octal 7 117 276
Decimal 7 79 190
Hex 7 4F BE

RGB Percentages of Color #074fbe

%2.54
%28.62
%68.84

CMYK Percentages of Color #074fbe

%96
%58
%0
%25

Triadic Colors of #074fbe

#074fbe #be074f #4fbe07

Analogous Colors of #074fbe

#074fbe #1b07be #07abbe

Monochromatic Colors of #074fbe

#074fbe

Complementary Color

#074fbe #be7607

#074fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#074fbe Color CSS Codes

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

#074fbe Text Font Color

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

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


#074fbe Background Color

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

This div background color is #074fbe


#074fbe Border Color

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

This div border color is #074fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074fbe


Comments

No comments written yet.

Please login to write comment.