Color Hex Logo

#074adb Color Hex

#074ADB
(7,74,219)
0 Favorites   0 Comments

Color spaces of #074adb

RGB 774219
HSL0.610.940.44
HSV221°97°86°
CMYK 0.970.660.00   0.14
XYZ15.322610.057268.1515
Yxy10.05720.16380.1075
Hunter Lab31.713130.7467-105.2152
CIE-Lab37.944939.6036-78.0726

#074adb color RGB value is (7,74,219).

#074adb hex color red value is 7, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #074adb hue: 0.61 , saturation: 0.94 and the lightness value of 074adb is 0.44.

The process color (four color CMYK) of #074adb color hex is 0.97, 0.66, 0.00, 0.14. Web safe color of #074adb is #0033cc. Color #074adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001010 11011011
Octal 7 112 333
Decimal 7 74 219
Hex 7 4A DB

RGB Percentages of Color #074adb

%2.33
%24.67
%73.00

CMYK Percentages of Color #074adb

%97
%66
%0
%14

Triadic Colors of #074adb

#074adb #db074a #4adb07

Analogous Colors of #074adb

#074adb #2e07db #07b4db

Monochromatic Colors of #074adb

#074adb

Complementary Color

#074adb #db9807

#074adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#074adb Color CSS Codes

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

#074adb Text Font Color

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

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


#074adb Background Color

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

This div background color is #074adb


#074adb Border Color

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

This div border color is #074adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074adb


Comments

No comments written yet.

Please login to write comment.