Color Hex Logo

#041cdf Color Hex

#041CDF
(4,28,223)
0 Favorites   0 Comments

Color spaces of #041cdf

RGB 428223
HSL0.650.960.45
HSV233°98°87°
CMYK 0.980.870.00   0.13
XYZ13.78466.184070.2791
Yxy6.18400.15270.0685
Hunter Lab24.867655.4275-150.1536
CIE-Lab29.872064.9729-93.7534

#041cdf color RGB value is (4,28,223).

#041cdf hex color red value is 4, green value is 28 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #041cdf hue: 0.65 , saturation: 0.96 and the lightness value of 041cdf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 11011111
Octal 4 34 337
Decimal 4 28 223
Hex 4 1C DF

RGB Percentages of Color #041cdf

%1.57
%10.98
%87.45

CMYK Percentages of Color #041cdf

%98
%87
%0
%13

Triadic Colors of #041cdf

#041cdf #df041c #1cdf04

Analogous Colors of #041cdf

#041cdf #5904df #048adf

Monochromatic Colors of #041cdf

#041cdf

Complementary Color

#041cdf #dfc704

#041cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#041cdf Color CSS Codes

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

#041cdf Text Font Color

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

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


#041cdf Background Color

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

This div background color is #041cdf


#041cdf Border Color

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

This div border color is #041cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041cdf


Comments

No comments written yet.

Please login to write comment.