Color Hex Logo

#044ecb Color Hex

#044ECB
(4,78,203)
0 Favorites   0 Comments

Color spaces of #044ecb

RGB 478203
HSL0.600.960.41
HSV218°98°80°
CMYK 0.980.620.00   0.20
XYZ13.55409.786457.6745
Yxy9.78640.16730.1208
Hunter Lab31.283222.5926-87.4102
CIE-Lab37.456330.8088-69.6561

#044ecb color RGB value is (4,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001110 11001011
Octal 4 116 313
Decimal 4 78 203
Hex 4 4E CB

RGB Percentages of Color #044ecb

%1.40
%27.37
%71.23

CMYK Percentages of Color #044ecb

%98
%62
%0
%20

Triadic Colors of #044ecb

#044ecb #cb044e #4ecb04

Analogous Colors of #044ecb

#044ecb #1e04cb #04b2cb

Monochromatic Colors of #044ecb

#044ecb

Complementary Color

#044ecb #cb8104

#044ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#044ecb Color CSS Codes

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

#044ecb Text Font Color

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

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


#044ecb Background Color

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

This div background color is #044ecb


#044ecb Border Color

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

This div border color is #044ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044ecb


Comments

No comments written yet.

Please login to write comment.