Color Hex Logo

#0414bd Color Hex

#0414BD
(4,20,189)
0 Favorites   0 Comments

Color spaces of #0414bd

RGB 420189
HSL0.650.960.38
HSV235°98°74°
CMYK 0.980.890.00   0.26
XYZ9.48554.200248.4549
Yxy4.20020.15260.0676
Hunter Lab20.494446.7507-125.8333
CIE-Lab24.322558.1190-83.1726

#0414bd color RGB value is (4,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 10111101
Octal 4 24 275
Decimal 4 20 189
Hex 4 14 BD

RGB Percentages of Color #0414bd

%1.88
%9.39
%88.73

CMYK Percentages of Color #0414bd

%98
%89
%0
%26

Triadic Colors of #0414bd

#0414bd #bd0414 #14bd04

Analogous Colors of #0414bd

#0414bd #5004bd #0471bd

Monochromatic Colors of #0414bd

#0414bd

Complementary Color

#0414bd #bdad04

#0414bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0414bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0414bd Color CSS Codes

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

#0414bd Text Font Color

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

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


#0414bd Background Color

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

This div background color is #0414bd


#0414bd Border Color

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

This div border color is #0414bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0414bd


Comments

No comments written yet.

Please login to write comment.