Color Hex Logo

#074ada Color Hex

#074ADA
(7,74,218)
0 Favorites   0 Comments

Color spaces of #074ada

RGB 774218
HSL0.610.940.44
HSV221°97°85°
CMYK 0.970.660.00   0.15
XYZ15.191310.004767.4601
Yxy10.00470.16400.1080
Hunter Lab31.630230.3768-104.3111
CIE-Lab37.850939.2294-77.6542

#074ada color RGB value is (7,74,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001010 11011010
Octal 7 112 332
Decimal 7 74 218
Hex 7 4A DA

RGB Percentages of Color #074ada

%2.34
%24.75
%72.91

CMYK Percentages of Color #074ada

%97
%66
%0
%15

Triadic Colors of #074ada

#074ada #da074a #4ada07

Analogous Colors of #074ada

#074ada #2d07da #07b4da

Monochromatic Colors of #074ada

#074ada

Complementary Color

#074ada #da9707

#074ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ada Color CSS Codes

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

#074ada Text Font Color

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

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


#074ada Background Color

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

This div background color is #074ada


#074ada Border Color

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

This div border color is #074ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ada


Comments

No comments written yet.

Please login to write comment.