Color Hex Logo

#044dce Color Hex

#044DCE
(4,77,206)
0 Favorites   0 Comments

Color spaces of #044dce

RGB 477206
HSL0.610.960.41
HSV218°98°81°
CMYK 0.980.630.00   0.19
XYZ13.84459.789859.5525
Yxy9.78980.16640.1177
Hunter Lab31.288724.2269-90.9461
CIE-Lab37.462532.6352-71.3831

#044dce color RGB value is (4,77,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 11001110
Octal 4 115 316
Decimal 4 77 206
Hex 4 4D CE

RGB Percentages of Color #044dce

%1.39
%26.83
%71.78

CMYK Percentages of Color #044dce

%98
%63
%0
%19

Triadic Colors of #044dce

#044dce #ce044d #4dce04

Analogous Colors of #044dce

#044dce #2004ce #04b2ce

Monochromatic Colors of #044dce

#044dce

Complementary Color

#044dce #ce8504

#044dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#044dce Color CSS Codes

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

#044dce Text Font Color

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

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


#044dce Background Color

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

This div background color is #044dce


#044dce Border Color

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

This div border color is #044dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,77,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 #044dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044dce


Comments

No comments written yet.

Please login to write comment.