Color Hex Logo

#041ccc Color Hex

#041CCC
(4,28,204)
0 Favorites   0 Comments

Color spaces of #041ccc

RGB 428204
HSL0.650.960.41
HSV233°98°80°
CMYK 0.980.860.00   0.20
XYZ11.36445.216057.5345
Yxy5.21600.15330.0704
Hunter Lab22.838648.8536-133.3753
CIE-Lab27.341559.5068-86.9644

#041ccc color RGB value is (4,28,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 11001100
Octal 4 34 314
Decimal 4 28 204
Hex 4 1C CC

RGB Percentages of Color #041ccc

%1.69
%11.86
%86.44

CMYK Percentages of Color #041ccc

%98
%86
%0
%20

Triadic Colors of #041ccc

#041ccc #cc041c #1ccc04

Analogous Colors of #041ccc

#041ccc #5004cc #0480cc

Monochromatic Colors of #041ccc

#041ccc

Complementary Color

#041ccc #ccb404

#041ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#041ccc Color CSS Codes

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

#041ccc Text Font Color

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

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


#041ccc Background Color

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

This div background color is #041ccc


#041ccc Border Color

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

This div border color is #041ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041ccc


Comments

No comments written yet.

Please login to write comment.