Color Hex Logo

#074cfd Color Hex

#074CFD
(7,76,253)
0 Favorites   0 Comments

Color spaces of #074cfd

RGB 776253
HSL0.620.980.51
HSV223°97°99°
CMYK 0.970.700.00   0.01
XYZ20.401712.305994.2285
Yxy12.30590.16070.0969
Hunter Lab35.079842.4225-134.7043
CIE-Lab41.698250.6738-91.1120

#074cfd color RGB value is (7,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 11111101
Octal 7 114 375
Decimal 7 76 253
Hex 7 4C FD

RGB Percentages of Color #074cfd

%2.08
%22.62
%75.30

CMYK Percentages of Color #074cfd

%97
%70
%0
%1

Triadic Colors of #074cfd

#074cfd #fd074c #4cfd07

Analogous Colors of #074cfd

#074cfd #3d07fd #07c7fd

Monochromatic Colors of #074cfd

#074cfd

Complementary Color

#074cfd #fdb807

#074cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cfd Color CSS Codes

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

#074cfd Text Font Color

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

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


#074cfd Background Color

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

This div background color is #074cfd


#074cfd Border Color

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

This div border color is #074cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,76,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 #074cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.