Color Hex Logo

#044daf Color Hex

#044DAF
(4,77,175)
0 Favorites   0 Comments

Color spaces of #044daf

RGB 477175
HSL0.600.960.35
HSV214°98°69°
CMYK 0.980.560.00   0.31
XYZ10.44188.428741.6340
Yxy8.42870.17260.1393
Hunter Lab29.032213.3934-64.7030
CIE-Lab34.860220.2438-57.4741

#044daf color RGB value is (4,77,175).

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

The process color (four color CMYK) of #044daf color hex is 0.98, 0.56, 0.00, 0.31. Web safe color of #044daf is #006699. Color #044daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 10101111
Octal 4 115 257
Decimal 4 77 175
Hex 4 4D AF

RGB Percentages of Color #044daf

%1.56
%30.08
%68.36

CMYK Percentages of Color #044daf

%98
%56
%0
%31

Triadic Colors of #044daf

#044daf #af044d #4daf04

Analogous Colors of #044daf

#044daf #1004af #04a3af

Monochromatic Colors of #044daf

#044daf

Complementary Color

#044daf #af6604

#044daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#044daf Color CSS Codes

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

#044daf Text Font Color

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

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


#044daf Background Color

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

This div background color is #044daf


#044daf Border Color

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

This div border color is #044daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044daf


Comments

No comments written yet.

Please login to write comment.