Color Hex Logo

#074d8c Color Hex

#074D8C
(7,77,140)
0 Favorites   0 Comments

Color spaces of #074d8c

RGB 777140
HSL0.580.900.29
HSV208°95°55°
CMYK 0.950.450.00   0.45
XYZ7.47517.246425.8157
Yxy7.24640.18440.1788
Hunter Lab26.91912.4587-38.0163
CIE-Lab32.36145.7671-40.4042

#074d8c color RGB value is (7,77,140).

#074d8c hex color red value is 7, green value is 77 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #074d8c hue: 0.58 , saturation: 0.90 and the lightness value of 074d8c is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 10001100
Octal 7 115 214
Decimal 7 77 140
Hex 7 4D 8C

RGB Percentages of Color #074d8c

%3.13
%34.38
%62.50

CMYK Percentages of Color #074d8c

%95
%45
%0
%45

Triadic Colors of #074d8c

#074d8c #8c074d #4d8c07

Analogous Colors of #074d8c

#074d8c #070b8c #078c89

Monochromatic Colors of #074d8c

#074d8c

Complementary Color

#074d8c #8c4607

#074d8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074d8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#074d8c Color CSS Codes

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

#074d8c Text Font Color

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

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


#074d8c Background Color

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

This div background color is #074d8c


#074d8c Border Color

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

This div border color is #074d8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074d8c


Comments

No comments written yet.

Please login to write comment.