Color Hex Logo

#041abe Color Hex

#041ABE
(4,26,190)
0 Favorites   0 Comments

Color spaces of #041abe

RGB 426190
HSL0.650.960.38
HSV233°98°75°
CMYK 0.980.860.00   0.25
XYZ9.71374.482349.0684
Yxy4.48230.15350.0709
Hunter Lab21.171444.8478-122.5946
CIE-Lab25.205856.1570-82.2915

#041abe color RGB value is (4,26,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011010 10111110
Octal 4 32 276
Decimal 4 26 190
Hex 4 1A BE

RGB Percentages of Color #041abe

%1.82
%11.82
%86.36

CMYK Percentages of Color #041abe

%98
%86
%0
%25

Triadic Colors of #041abe

#041abe #be041a #1abe04

Analogous Colors of #041abe

#041abe #4b04be #0477be

Monochromatic Colors of #041abe

#041abe

Complementary Color

#041abe #bea804

#041abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#041abe Color CSS Codes

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

#041abe Text Font Color

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

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


#041abe Background Color

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

This div background color is #041abe


#041abe Border Color

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

This div border color is #041abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041abe


Comments

No comments written yet.

Please login to write comment.