Color Hex Logo

#047ade Color Hex

#047ADE
(4,122,222)
0 Favorites   0 Comments

Color spaces of #047ade

RGB 4122222
HSL0.580.960.44
HSV208°98°87°
CMYK 0.980.450.00   0.13
XYZ20.194419.218871.7525
Yxy19.21880.18170.1729
Hunter Lab43.83935.5067-66.3535
CIE-Lab50.94229.8116-58.6250

#047ade color RGB value is (4,122,222).

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

The process color (four color CMYK) of #047ade color hex is 0.98, 0.45, 0.00, 0.13. Web safe color of #047ade is #0066cc. Color #047ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111010 11011110
Octal 4 172 336
Decimal 4 122 222
Hex 4 7A DE

RGB Percentages of Color #047ade

%1.15
%35.06
%63.79

CMYK Percentages of Color #047ade

%98
%45
%0
%13

Triadic Colors of #047ade

#047ade #de047a #7ade04

Analogous Colors of #047ade

#047ade #040dde #04ded5

Monochromatic Colors of #047ade

#047ade

Complementary Color

#047ade #de6804

#047ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#047ade Color CSS Codes

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

#047ade Text Font Color

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

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


#047ade Background Color

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

This div background color is #047ade


#047ade Border Color

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

This div border color is #047ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047ade


Comments

No comments written yet.

Please login to write comment.