Color Hex Logo

#041cec Color Hex

#041CEC
(4,28,236)
0 Favorites   0 Comments

Color spaces of #041cec

RGB 428236
HSL0.650.970.47
HSV234°98°93°
CMYK 0.980.880.00   0.07
XYZ15.60566.912479.8686
Yxy6.91240.15240.0675
Hunter Lab26.291459.9408-161.7082
CIE-Lab31.606668.5888-98.2914

#041cec color RGB value is (4,28,236).

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

The process color (four color CMYK) of #041cec color hex is 0.98, 0.88, 0.00, 0.07. Web safe color of #041cec is #0033ff. Color #041cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 11101100
Octal 4 34 354
Decimal 4 28 236
Hex 4 1C EC

RGB Percentages of Color #041cec

%1.49
%10.45
%88.06

CMYK Percentages of Color #041cec

%98
%88
%0
%7

Triadic Colors of #041cec

#041cec #ec041c #1cec04

Analogous Colors of #041cec

#041cec #6004ec #0490ec

Monochromatic Colors of #041cec

#041cec

Complementary Color

#041cec #ecd404

#041cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#041cec Color CSS Codes

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

#041cec Text Font Color

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

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


#041cec Background Color

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

This div background color is #041cec


#041cec Border Color

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

This div border color is #041cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041cec


Comments

No comments written yet.

Please login to write comment.