Color Hex Logo

#041edc Color Hex

#041EDC
(4,30,220)
0 Favorites   0 Comments

Color spaces of #041edc

RGB 430220
HSL0.650.960.44
HSV233°98°86°
CMYK 0.980.860.00   0.14
XYZ13.43266.121768.1838
Yxy6.12170.15310.0698
Hunter Lab24.742153.6100-146.0710
CIE-Lab29.717563.3837-92.2848

#041edc color RGB value is (4,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011110 11011100
Octal 4 36 334
Decimal 4 30 220
Hex 4 1E DC

RGB Percentages of Color #041edc

%1.57
%11.81
%86.61

CMYK Percentages of Color #041edc

%98
%86
%0
%14

Triadic Colors of #041edc

#041edc #dc041e #1edc04

Analogous Colors of #041edc

#041edc #5604dc #048adc

Monochromatic Colors of #041edc

#041edc

Complementary Color

#041edc #dcc204

#041edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#041edc Color CSS Codes

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

#041edc Text Font Color

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

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


#041edc Background Color

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

This div background color is #041edc


#041edc Border Color

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

This div border color is #041edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041edc


Comments

No comments written yet.

Please login to write comment.