Color Hex Logo

#041dff Color Hex

#041DFF
(4,29,255)
0 Favorites   0 Comments

Color spaces of #041dff

RGB 429255
HSL0.651.000.51
HSV234°98°100°
CMYK 0.980.890.00   0.00
XYZ18.53948.124595.1988
Yxy8.12450.15210.0667
Hunter Lab28.503566.2198-178.0701
CIE-Lab34.240873.4165-104.6216

#041dff color RGB value is (4,29,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011101 11111111
Octal 4 35 377
Decimal 4 29 255
Hex 4 1D FF

RGB Percentages of Color #041dff

%1.39
%10.07
%88.54

CMYK Percentages of Color #041dff

%98
%89
%0
%0

Triadic Colors of #041dff

#041dff #ff041d #1dff04

Analogous Colors of #041dff

#041dff #6904ff #049bff

Monochromatic Colors of #041dff

#041dff

Complementary Color

#041dff #ffe604

#041dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#041dff Color CSS Codes

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

#041dff Text Font Color

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

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


#041dff Background Color

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

This div background color is #041dff


#041dff Border Color

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

This div border color is #041dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,29,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 #041dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041dff

Related Colors


Comments

No comments written yet.

Please login to write comment.