Color Hex Logo

#040cfc Color Hex

#040CFC
(4,12,252)
0 Favorites   0 Comments

Color spaces of #040cfc

RGB 412252
HSL0.660.980.50
HSV238°98°99°
CMYK 0.980.950.00   0.01
XYZ17.75227.317092.5721
Yxy7.31700.15090.0622
Hunter Lab27.050069.8076-183.9711
CIE-Lab32.517976.6791-105.8167

#040cfc color RGB value is (4,12,252).

#040cfc hex color red value is 4, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #040cfc hue: 0.66 , saturation: 0.98 and the lightness value of 040cfc is 0.50.

The process color (four color CMYK) of #040cfc color hex is 0.98, 0.95, 0.00, 0.01. Web safe color of #040cfc is #0000ff. Color #040cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001100 11111100
Octal 4 14 374
Decimal 4 12 252
Hex 4 C FC

RGB Percentages of Color #040cfc

%1.49
%4.48
%94.03

CMYK Percentages of Color #040cfc

%98
%95
%0
%1

Triadic Colors of #040cfc

#040cfc #fc040c #0cfc04

Analogous Colors of #040cfc

#040cfc #7804fc #0488fc

Monochromatic Colors of #040cfc

#040cfc

Complementary Color

#040cfc #fcf404

#040cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#040cfc Color CSS Codes

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

#040cfc Text Font Color

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

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


#040cfc Background Color

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

This div background color is #040cfc


#040cfc Border Color

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

This div border color is #040cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040cfc

#040cfc Color Palettes


Comments

No comments written yet.

Please login to write comment.