Color Hex Logo

#041eff Color Hex

#041EFF
(4,30,255)
0 Favorites   0 Comments

Color spaces of #041eff

RGB 430255
HSL0.651.000.51
HSV234°98°100°
CMYK 0.980.880.00   0.00
XYZ18.56438.174495.2071
Yxy8.17440.15220.0670
Hunter Lab28.590965.8674-177.4208
CIE-Lab34.343573.1038-104.4501

#041eff color RGB value is (4,30,255).

#041eff hex color red value is 4, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #041eff hue: 0.65 , saturation: 1.00 and the lightness value of 041eff is 0.51.

The process color (four color CMYK) of #041eff color hex is 0.98, 0.88, 0.00, 0.00. Web safe color of #041eff is #0033ff. Color #041eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011110 11111111
Octal 4 36 377
Decimal 4 30 255
Hex 4 1E FF

RGB Percentages of Color #041eff

%1.38
%10.38
%88.24

CMYK Percentages of Color #041eff

%98
%88
%0
%0

Triadic Colors of #041eff

#041eff #ff041e #1eff04

Analogous Colors of #041eff

#041eff #6804ff #049cff

Monochromatic Colors of #041eff

#041eff

Complementary Color

#041eff #ffe504

#041eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#041eff Color CSS Codes

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

#041eff Text Font Color

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

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


#041eff Background Color

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

This div background color is #041eff


#041eff Border Color

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

This div border color is #041eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041eff


Comments

No comments written yet.

Please login to write comment.