Color Hex Logo

#074cb4 Color Hex

#074CB4
(7,76,180)
0 Favorites   0 Comments

Color spaces of #074cb4

RGB 776180
HSL0.600.930.37
HSV216°96°71°
CMYK 0.960.580.00   0.29
XYZ10.91038.509344.2474
Yxy8.50930.17140.1337
Hunter Lab29.170715.7131-69.5142
CIE-Lab35.021823.0764-60.1714

#074cb4 color RGB value is (7,76,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 10110100
Octal 7 114 264
Decimal 7 76 180
Hex 7 4C B4

RGB Percentages of Color #074cb4

%2.66
%28.90
%68.44

CMYK Percentages of Color #074cb4

%96
%58
%0
%29

Triadic Colors of #074cb4

#074cb4 #b4074c #4cb407

Analogous Colors of #074cb4

#074cb4 #1807b4 #07a3b4

Monochromatic Colors of #074cb4

#074cb4

Complementary Color

#074cb4 #b46f07

#074cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cb4 Color CSS Codes

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

#074cb4 Text Font Color

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

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


#074cb4 Background Color

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

This div background color is #074cb4


#074cb4 Border Color

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

This div border color is #074cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cb4


Comments

No comments written yet.

Please login to write comment.