Color Hex Logo

#074ecf Color Hex

#074ECF
(7,78,207)
0 Favorites   0 Comments

Color spaces of #074ecf

RGB 778207
HSL0.610.930.42
HSV219°97°81°
CMYK 0.970.620.00   0.19
XYZ14.07459.998960.2197
Yxy9.99890.16700.1186
Hunter Lab31.621024.1134-90.7783
CIE-Lab37.840532.4550-71.3400

#074ecf color RGB value is (7,78,207).

#074ecf hex color red value is 7, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #074ecf hue: 0.61 , saturation: 0.93 and the lightness value of 074ecf is 0.42.

The process color (four color CMYK) of #074ecf color hex is 0.97, 0.62, 0.00, 0.19. Web safe color of #074ecf is #0066cc. Color #074ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 11001111
Octal 7 116 317
Decimal 7 78 207
Hex 7 4E CF

RGB Percentages of Color #074ecf

%2.40
%26.71
%70.89

CMYK Percentages of Color #074ecf

%97
%62
%0
%19

Triadic Colors of #074ecf

#074ecf #cf074e #4ecf07

Analogous Colors of #074ecf

#074ecf #2407cf #07b2cf

Monochromatic Colors of #074ecf

#074ecf

Complementary Color

#074ecf #cf8807

#074ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ecf Color CSS Codes

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

#074ecf Text Font Color

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

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


#074ecf Background Color

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

This div background color is #074ecf


#074ecf Border Color

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

This div border color is #074ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ecf


Comments

No comments written yet.

Please login to write comment.