Color Hex Logo

#040ece Color Hex

#040ECE
(4,14,206)
0 Favorites   0 Comments

Color spaces of #040ece

RGB 414206
HSL0.660.960.41
HSV237°98°81°
CMYK 0.980.930.00   0.19
XYZ11.34774.796158.7202
Yxy4.79610.15160.0641
Hunter Lab21.900054.1665-143.6435
CIE-Lab26.145864.5401-90.1291

#040ece color RGB value is (4,14,206).

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

The process color (four color CMYK) of #040ece color hex is 0.98, 0.93, 0.00, 0.19. Web safe color of #040ece is #0000cc. Color #040ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001110 11001110
Octal 4 16 316
Decimal 4 14 206
Hex 4 E CE

RGB Percentages of Color #040ece

%1.79
%6.25
%91.96

CMYK Percentages of Color #040ece

%98
%93
%0
%19

Triadic Colors of #040ece

#040ece #ce040e #0ece04

Analogous Colors of #040ece

#040ece #5f04ce #0473ce

Monochromatic Colors of #040ece

#040ece

Complementary Color

#040ece #cec404

#040ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#040ece Color CSS Codes

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

#040ece Text Font Color

<p style="color:#040ece">Text here</p>

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


#040ece Background Color

<div style="background-color:#040ece">
Div content here</div>

This div background color is #040ece


#040ece Border Color

<div style="border:3px solid #040ece">
Div here</div>

This div border color is #040ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040ece


Comments

No comments written yet.

Please login to write comment.