Color Hex Logo

#047efb Color Hex

#047EFB
(4,126,251)
0 Favorites   0 Comments

Color spaces of #047efb

RGB 4126251
HSL0.580.970.50
HSV210°98°98°
CMYK 0.980.500.00   0.02
XYZ24.923521.912694.1827
Yxy21.91260.17670.1554
Hunter Lab46.810913.1196-86.5228
CIE-Lab53.934118.5918-69.9847

#047efb color RGB value is (4,126,251).

#047efb hex color red value is 4, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #047efb hue: 0.58 , saturation: 0.97 and the lightness value of 047efb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111110 11111011
Octal 4 176 373
Decimal 4 126 251
Hex 4 7E FB

RGB Percentages of Color #047efb

%1.05
%33.07
%65.88

CMYK Percentages of Color #047efb

%98
%50
%0
%2

Triadic Colors of #047efb

#047efb #fb047e #7efb04

Analogous Colors of #047efb

#047efb #0504fb #04fafb

Monochromatic Colors of #047efb

#047efb

Complementary Color

#047efb #fb8104

#047efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#047efb Color CSS Codes

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

#047efb Text Font Color

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

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


#047efb Background Color

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

This div background color is #047efb


#047efb Border Color

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

This div border color is #047efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047efb


Comments

No comments written yet.

Please login to write comment.