Color Hex Logo

#074aab Color Hex

#074AAB
(7,74,171)
0 Favorites   0 Comments

Color spaces of #074aab

RGB 774171
HSL0.600.920.35
HSV215°96°67°
CMYK 0.960.570.00   0.33
XYZ9.88717.883039.5285
Yxy7.88300.17260.1376
Hunter Lab28.076713.7239-63.8193
CIE-Lab33.738020.7630-56.9194

#074aab color RGB value is (7,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001010 10101011
Octal 7 112 253
Decimal 7 74 171
Hex 7 4A AB

RGB Percentages of Color #074aab

%2.78
%29.37
%67.86

CMYK Percentages of Color #074aab

%96
%57
%0
%33

Triadic Colors of #074aab

#074aab #ab074a #4aab07

Analogous Colors of #074aab

#074aab #1607ab #079cab

Monochromatic Colors of #074aab

#074aab

Complementary Color

#074aab #ab6807

#074aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#074aab Color CSS Codes

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

#074aab Text Font Color

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

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


#074aab Background Color

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

This div background color is #074aab


#074aab Border Color

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

This div border color is #074aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074aab


Comments

No comments written yet.

Please login to write comment.