Color Hex Logo

#040fce Color Hex

#040FCE
(4,15,206)
0 Favorites   0 Comments

Color spaces of #040fce

RGB 415206
HSL0.660.960.41
HSV237°98°81°
CMYK 0.980.930.00   0.19
XYZ11.36154.823758.7248
Yxy4.82370.15170.0644
Hunter Lab21.962953.9036-143.1565
CIE-Lab26.226564.2920-89.9943

#040fce color RGB value is (4,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001111 11001110
Octal 4 17 316
Decimal 4 15 206
Hex 4 F CE

RGB Percentages of Color #040fce

%1.78
%6.67
%91.56

CMYK Percentages of Color #040fce

%98
%93
%0
%19

Triadic Colors of #040fce

#040fce #ce040f #0fce04

Analogous Colors of #040fce

#040fce #5e04ce #0474ce

Monochromatic Colors of #040fce

#040fce

Complementary Color

#040fce #cec304

#040fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#040fce Color CSS Codes

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

#040fce Text Font Color

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

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


#040fce Background Color

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

This div background color is #040fce


#040fce Border Color

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

This div border color is #040fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040fce


Comments

No comments written yet.

Please login to write comment.