Color Hex Logo

#047aef Color Hex

#047AEF
(4,122,239)
0 Favorites   0 Comments

Color spaces of #047aef

RGB 4122239
HSL0.580.970.48
HSV210°98°94°
CMYK 0.980.490.00   0.06
XYZ22.589620.176984.3653
Yxy20.17690.17770.1587
Hunter Lab44.918711.1599-79.9141
CIE-Lab52.036616.4521-66.3907

#047aef color RGB value is (4,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111010 11101111
Octal 4 172 357
Decimal 4 122 239
Hex 4 7A EF

RGB Percentages of Color #047aef

%1.10
%33.42
%65.48

CMYK Percentages of Color #047aef

%98
%49
%0
%6

Triadic Colors of #047aef

#047aef #ef047a #7aef04

Analogous Colors of #047aef

#047aef #0405ef #04efef

Monochromatic Colors of #047aef

#047aef

Complementary Color

#047aef #ef7904

#047aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#047aef Color CSS Codes

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

#047aef Text Font Color

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

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


#047aef Background Color

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

This div background color is #047aef


#047aef Border Color

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

This div border color is #047aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047aef


Comments

No comments written yet.

Please login to write comment.