Color Hex Logo

#047dce Color Hex

#047DCE
(4,125,206)
0 Favorites   0 Comments

Color spaces of #047dce

RGB 4125206
HSL0.570.960.41
HSV204°98°81°
CMYK 0.980.390.00   0.19
XYZ18.524319.149361.1124
Yxy19.14930.18750.1938
Hunter Lab43.7599-1.0178-52.1688
CIE-Lab50.86141.6973-49.6973

#047dce color RGB value is (4,125,206).

#047dce hex color red value is 4, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #047dce hue: 0.57 , saturation: 0.96 and the lightness value of 047dce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111101 11001110
Octal 4 175 316
Decimal 4 125 206
Hex 4 7D CE

RGB Percentages of Color #047dce

%1.19
%37.31
%61.49

CMYK Percentages of Color #047dce

%98
%39
%0
%19

Triadic Colors of #047dce

#047dce #ce047d #7dce04

Analogous Colors of #047dce

#047dce #0418ce #04ceba

Monochromatic Colors of #047dce

#047dce

Complementary Color

#047dce #ce5504

#047dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#047dce Color CSS Codes

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

#047dce Text Font Color

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

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


#047dce Background Color

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

This div background color is #047dce


#047dce Border Color

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

This div border color is #047dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047dce


Comments

No comments written yet.

Please login to write comment.