Color Hex Logo

#041dad Color Hex

#041DAD
(4,29,173)
0 Favorites   0 Comments

Color spaces of #041dad

RGB 429173
HSL0.640.950.35
HSV231°98°68°
CMYK 0.980.830.00   0.32
XYZ8.03233.921739.8688
Yxy3.92170.15500.0757
Hunter Lab19.803337.7447-105.5028
CIE-Lab23.410949.5426-75.1331

#041dad color RGB value is (4,29,173).

#041dad hex color red value is 4, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #041dad hue: 0.64 , saturation: 0.95 and the lightness value of 041dad is 0.35.

The process color (four color CMYK) of #041dad color hex is 0.98, 0.83, 0.00, 0.32. Web safe color of #041dad is #003399. Color #041dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 10101101
Octal 4 35 255
Decimal 4 29 173
Hex 4 1D AD

RGB Percentages of Color #041dad

%1.94
%14.08
%83.98

CMYK Percentages of Color #041dad

%98
%83
%0
%32

Triadic Colors of #041dad

#041dad #ad041d #1dad04

Analogous Colors of #041dad

#041dad #4004ad #0472ad

Monochromatic Colors of #041dad

#041dad

Complementary Color

#041dad #ad9404

#041dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#041dad Color CSS Codes

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

#041dad Text Font Color

<p style="color:#041dad">Text here</p>

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


#041dad Background Color

<div style="background-color:#041dad">
Div content here</div>

This div background color is #041dad


#041dad Border Color

<div style="border:3px solid #041dad">
Div here</div>

This div border color is #041dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,29,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041dad;
  -webkit-box-shadow: 1px 1px 3px 2px #041dad;
  box-shadow:         1px 1px 3px 2px #041dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041dad


Comments

No comments written yet.

Please login to write comment.