Color Hex Logo

#074ef0 Color Hex

#074EF0
(7,78,240)
0 Favorites   0 Comments

Color spaces of #074ef0

RGB 778240
HSL0.620.940.48
HSV222°97°94°
CMYK 0.970.680.00   0.06
XYZ18.540211.785283.7357
Yxy11.78520.16250.1033
Hunter Lab34.329636.3248-120.5877
CIE-Lab40.872744.8351-85.1808

#074ef0 color RGB value is (7,78,240).

#074ef0 hex color red value is 7, green value is 78 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #074ef0 hue: 0.62 , saturation: 0.94 and the lightness value of 074ef0 is 0.48.

The process color (four color CMYK) of #074ef0 color hex is 0.97, 0.68, 0.00, 0.06. Web safe color of #074ef0 is #0066ff. Color #074ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 11110000
Octal 7 116 360
Decimal 7 78 240
Hex 7 4E F0

RGB Percentages of Color #074ef0

%2.15
%24.00
%73.85

CMYK Percentages of Color #074ef0

%97
%68
%0
%6

Triadic Colors of #074ef0

#074ef0 #f0074e #4ef007

Analogous Colors of #074ef0

#074ef0 #3507f0 #07c3f0

Monochromatic Colors of #074ef0

#074ef0

Complementary Color

#074ef0 #f0a907

#074ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074ef0 Color CSS Codes

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

#074ef0 Text Font Color

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

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


#074ef0 Background Color

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

This div background color is #074ef0


#074ef0 Border Color

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

This div border color is #074ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074ef0


Comments

No comments written yet.

Please login to write comment.