Color Hex Logo

#044def Color Hex

#044DEF
(4,77,239)
0 Favorites   0 Comments

Color spaces of #044def

RGB 477239
HSL0.610.970.48
HSV221°98°94°
CMYK 0.980.680.00   0.06
XYZ18.283911.565682.9301
Yxy11.56560.16210.1026
Hunter Lab34.008236.4528-120.7747
CIE-Lab40.517245.0249-85.2042

#044def color RGB value is (4,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 11101111
Octal 4 115 357
Decimal 4 77 239
Hex 4 4D EF

RGB Percentages of Color #044def

%1.25
%24.06
%74.69

CMYK Percentages of Color #044def

%98
%68
%0
%6

Triadic Colors of #044def

#044def #ef044d #4def04

Analogous Colors of #044def

#044def #3004ef #04c3ef

Monochromatic Colors of #044def

#044def

Complementary Color

#044def #efa604

#044def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044def Color Preview on White Background

Lorem ipsum dolor sit amet.

#044def Color CSS Codes

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

#044def Text Font Color

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

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


#044def Background Color

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

This div background color is #044def


#044def Border Color

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

This div border color is #044def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044def


Comments

No comments written yet.

Please login to write comment.