Color Hex Logo

#041ecd Color Hex

#041ECD
(4,30,205)
0 Favorites   0 Comments

Color spaces of #041ecd

RGB 430205
HSL0.650.960.41
HSV232°98°80°
CMYK 0.980.850.00   0.20
XYZ11.53385.362158.1847
Yxy5.36210.15360.0714
Hunter Lab23.156248.3851-132.7689
CIE-Lab27.742458.9965-86.8799

#041ecd color RGB value is (4,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011110 11001101
Octal 4 36 315
Decimal 4 30 205
Hex 4 1E CD

RGB Percentages of Color #041ecd

%1.67
%12.55
%85.77

CMYK Percentages of Color #041ecd

%98
%85
%0
%20

Triadic Colors of #041ecd

#041ecd #cd041e #1ecd04

Analogous Colors of #041ecd

#041ecd #4e04cd #0483cd

Monochromatic Colors of #041ecd

#041ecd

Complementary Color

#041ecd #cdb304

#041ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#041ecd Color CSS Codes

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

#041ecd Text Font Color

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

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


#041ecd Background Color

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

This div background color is #041ecd


#041ecd Border Color

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

This div border color is #041ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041ecd


Comments

No comments written yet.

Please login to write comment.