Color Hex Logo

#074caa Color Hex

#074CAA
(7,76,170)
0 Favorites   0 Comments

Color spaces of #074caa

RGB 776170
HSL0.600.920.35
HSV215°96°67°
CMYK 0.960.550.00   0.33
XYZ9.92788.116339.0736
Yxy8.11630.17380.1421
Hunter Lab28.489112.3472-61.3755
CIE-Lab34.223918.9908-55.5322

#074caa color RGB value is (7,76,170).

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

The process color (four color CMYK) of #074caa color hex is 0.96, 0.55, 0.00, 0.33. Web safe color of #074caa is #003399. Color #074caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 10101010
Octal 7 114 252
Decimal 7 76 170
Hex 7 4C AA

RGB Percentages of Color #074caa

%2.77
%30.04
%67.19

CMYK Percentages of Color #074caa

%96
%55
%0
%33

Triadic Colors of #074caa

#074caa #aa074c #4caa07

Analogous Colors of #074caa

#074caa #1307aa #079eaa

Monochromatic Colors of #074caa

#074caa

Complementary Color

#074caa #aa6507

#074caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#074caa Color CSS Codes

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

#074caa Text Font Color

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

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


#074caa Background Color

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

This div background color is #074caa


#074caa Border Color

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

This div border color is #074caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074caa


Comments

No comments written yet.

Please login to write comment.