color codes Logo

#044de1 color codes

#044DE1
(4,77,225)
0 Favorites   0 Comments

Color spaces of #044de1

RGB 477225
HSL0.610.970.45
HSV220°98°88°
CMYK 0.980.660.00   0.12
XYZ16.294610.769872.4541
Yxy10.76980.16370.1082
Hunter Lab32.817431.1991-107.9281
CIE-Lab39.190039.8733-79.4529

#044de1 color RGB value is (4,77,225).

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

The process color (four color CMYK) of #044de1 color code is 0.98, 0.66, 0.00, 0.12. Web safe color of #044de1 is #0066cc. Color #044de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 11100001
Octal 4 115 341
Decimal 4 77 225
Hex 4 4D E1

RGB Percentages of Color #044de1

%1.31
%25.16
%73.53

CMYK Percentages of Color #044de1

%98
%66
%0
%12

Triadic Colors of #044de1

#044de1 #e1044d #4de104

Analogous Colors of #044de1

#044de1 #2904e1 #04bce1

Monochromatic Colors of #044de1

#044de1

Complementary Color

#044de1 #e19804

#044de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044de1 Color CSS Codes

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

#044de1 Text Font Color

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

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


#044de1 Background Color

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

This div background color is #044de1


#044de1 Border Color

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

This div border color is #044de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044de1


Comments

No comments written yet.

Please login to write comment.