Color Hex Logo

#044add Color Hex

#044ADD
(4,74,221)
0 Favorites   0 Comments

Color spaces of #044add

RGB 474221
HSL0.610.960.44
HSV221°98°87°
CMYK 0.980.670.00   0.13
XYZ15.550010.143869.5450
Yxy10.14380.16330.1065
Hunter Lab31.849331.4138-107.1689
CIE-Lab38.099340.2777-78.9645

#044add color RGB value is (4,74,221).

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

The process color (four color CMYK) of #044add color hex is 0.98, 0.67, 0.00, 0.13. Web safe color of #044add is #0033cc. Color #044add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001010 11011101
Octal 4 112 335
Decimal 4 74 221
Hex 4 4A DD

RGB Percentages of Color #044add

%1.34
%24.75
%73.91

CMYK Percentages of Color #044add

%98
%67
%0
%13

Triadic Colors of #044add

#044add #dd044a #4add04

Analogous Colors of #044add

#044add #2a04dd #04b7dd

Monochromatic Colors of #044add

#044add

Complementary Color

#044add #dd9704

#044add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044add Color Preview on White Background

Lorem ipsum dolor sit amet.

#044add Color CSS Codes

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

#044add Text Font Color

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

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


#044add Background Color

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

This div background color is #044add


#044add Border Color

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

This div border color is #044add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044add


Comments

No comments written yet.

Please login to write comment.