Color Hex Logo

#041cce Color Hex

#041CCE
(4,28,206)
0 Favorites   0 Comments

Color spaces of #041cce

RGB 428206
HSL0.650.960.41
HSV233°98°81°
CMYK 0.980.860.00   0.19
XYZ11.60595.312658.8062
Yxy5.31260.15330.0702
Hunter Lab23.049149.5442-135.1350
CIE-Lab27.607460.0932-87.6885

#041cce color RGB value is (4,28,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 11001110
Octal 4 34 316
Decimal 4 28 206
Hex 4 1C CE

RGB Percentages of Color #041cce

%1.68
%11.76
%86.55

CMYK Percentages of Color #041cce

%98
%86
%0
%19

Triadic Colors of #041cce

#041cce #ce041c #1cce04

Analogous Colors of #041cce

#041cce #5104ce #0481ce

Monochromatic Colors of #041cce

#041cce

Complementary Color

#041cce #ceb604

#041cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#041cce Color CSS Codes

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

#041cce Text Font Color

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

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


#041cce Background Color

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

This div background color is #041cce


#041cce Border Color

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

This div border color is #041cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041cce


Comments

No comments written yet.

Please login to write comment.