Color Hex Logo

#074ea8 Color Hex

#074EA8
(7,78,168)
0 Favorites   0 Comments

Color spaces of #074ea8

RGB 778168
HSL0.590.920.34
HSV214°96°66°
CMYK 0.960.540.00   0.34
XYZ9.87998.321138.1312
Yxy8.32110.17540.1477
Hunter Lab28.846310.6554-58.1815
CIE-Lab34.642916.8057-53.6580

#074ea8 color RGB value is (7,78,168).

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

The process color (four color CMYK) of #074ea8 color hex is 0.96, 0.54, 0.00, 0.34. Web safe color of #074ea8 is #006699. Color #074ea8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 10101000
Octal 7 116 250
Decimal 7 78 168
Hex 7 4E A8

RGB Percentages of Color #074ea8

%2.77
%30.83
%66.40

CMYK Percentages of Color #074ea8

%96
%54
%0
%34

Triadic Colors of #074ea8

#074ea8 #a8074e #4ea807

Analogous Colors of #074ea8

#074ea8 #1107a8 #079fa8

Monochromatic Colors of #074ea8

#074ea8

Complementary Color

#074ea8 #a86107

#074ea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ea8 Color CSS Codes

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

#074ea8 Text Font Color

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

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


#074ea8 Background Color

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

This div background color is #074ea8


#074ea8 Border Color

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

This div border color is #074ea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ea8


Comments

No comments written yet.

Please login to write comment.