Color Hex Logo

#0414dc Color Hex

#0414DC
(4,20,220)
0 Favorites   0 Comments

Color spaces of #0414dc

RGB 420220
HSL0.650.960.44
HSV236°98°86°
CMYK 0.980.910.00   0.14
XYZ13.21855.693468.1124
Yxy5.69340.15190.0654
Hunter Lab23.860857.1295-152.5447
CIE-Lab28.625466.6998-94.1080

#0414dc color RGB value is (4,20,220).

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

The process color (four color CMYK) of #0414dc color hex is 0.98, 0.91, 0.00, 0.14. Web safe color of #0414dc is #0000cc. Color #0414dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 11011100
Octal 4 24 334
Decimal 4 20 220
Hex 4 14 DC

RGB Percentages of Color #0414dc

%1.64
%8.20
%90.16

CMYK Percentages of Color #0414dc

%98
%91
%0
%14

Triadic Colors of #0414dc

#0414dc #dc0414 #14dc04

Analogous Colors of #0414dc

#0414dc #6004dc #0480dc

Monochromatic Colors of #0414dc

#0414dc

Complementary Color

#0414dc #dccc04

#0414dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0414dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0414dc Color CSS Codes

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

#0414dc Text Font Color

<p style="color:#0414dc">Text here</p>

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


#0414dc Background Color

<div style="background-color:#0414dc">
Div content here</div>

This div background color is #0414dc


#0414dc Border Color

<div style="border:3px solid #0414dc">
Div here</div>

This div border color is #0414dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,20,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 #0414dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0414dc


Comments

No comments written yet.

Please login to write comment.