Color Hex Logo

#047dfe Color Hex

#047DFE
(4,125,254)
0 Favorites   0 Comments

Color spaces of #047dfe

RGB 4125254
HSL0.590.990.51
HSV211°98°100°
CMYK 0.980.510.00   0.00
XYZ25.273121.848896.6511
Yxy21.84880.17580.1520
Hunter Lab46.742714.7126-89.8756
CIE-Lab53.866220.3741-71.7523

#047dfe color RGB value is (4,125,254).

#047dfe hex color red value is 4, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #047dfe hue: 0.59 , saturation: 0.99 and the lightness value of 047dfe is 0.51.

The process color (four color CMYK) of #047dfe color hex is 0.98, 0.51, 0.00, 0.00. Web safe color of #047dfe is #0066ff. Color #047dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 11111110
Octal 4 175 376
Decimal 4 125 254
Hex 4 7D FE

RGB Percentages of Color #047dfe

%1.04
%32.64
%66.32

CMYK Percentages of Color #047dfe

%98
%51
%0
%0

Triadic Colors of #047dfe

#047dfe #fe047d #7dfe04

Analogous Colors of #047dfe

#047dfe #0804fe #04fafe

Monochromatic Colors of #047dfe

#047dfe

Complementary Color

#047dfe #fe8504

#047dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dfe Color CSS Codes

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

#047dfe Text Font Color

<p style="color:#047dfe">Text here</p>

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


#047dfe Background Color

<div style="background-color:#047dfe">
Div content here</div>

This div background color is #047dfe


#047dfe Border Color

<div style="border:3px solid #047dfe">
Div here</div>

This div border color is #047dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,125,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #047dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #047dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #047dfe;
  box-shadow:         1px 1px 3px 2px #047dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dfe


Comments

No comments written yet.

Please login to write comment.