Color Hex Logo

#074efd Color Hex

#074EFD
(7,78,253)
0 Favorites   0 Comments

Color spaces of #074efd

RGB 778253
HSL0.620.980.51
HSV223°97°99°
CMYK 0.970.690.00   0.01
XYZ20.541612.585894.2751
Yxy12.58580.16120.0988
Hunter Lab35.476541.2713-132.7236
CIE-Lab42.132449.4851-90.3949

#074efd color RGB value is (7,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001110 11111101
Octal 7 116 375
Decimal 7 78 253
Hex 7 4E FD

RGB Percentages of Color #074efd

%2.07
%23.08
%74.85

CMYK Percentages of Color #074efd

%97
%69
%0
%1

Triadic Colors of #074efd

#074efd #fd074e #4efd07

Analogous Colors of #074efd

#074efd #3b07fd #07c9fd

Monochromatic Colors of #074efd

#074efd

Complementary Color

#074efd #fdb607

#074efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#074efd Color CSS Codes

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

#074efd Text Font Color

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

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


#074efd Background Color

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

This div background color is #074efd


#074efd Border Color

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

This div border color is #074efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074efd

Related Colors


Comments

No comments written yet.

Please login to write comment.