Color Hex Logo

#4078db Color Hex

#4078DB
(64,120,219)
0 Favorites   0 Comments

Color spaces of #4078db

RGB 64120219
HSL0.610.680.55
HSV218°71°86°
CMYK 0.710.450.00   0.14
XYZ21.617019.637469.6689
Yxy19.63740.19490.1770
Hunter Lab44.31419.5249-62.1935
CIE-Lab51.424714.5792-56.0918

#4078db color RGB value is (64,120,219).

#4078db hex color red value is 64, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4078db hue: 0.61 , saturation: 0.68 and the lightness value of 4078db is 0.55.

The process color (four color CMYK) of #4078db color hex is 0.71, 0.45, 0.00, 0.14. Web safe color of #4078db is #3366cc. Color #4078db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111000 11011011
Octal 100 170 333
Decimal 64 120 219
Hex 40 78 DB

RGB Percentages of Color #4078db

%15.88
%29.78
%54.34

CMYK Percentages of Color #4078db

%71
%45
%0
%14

Triadic Colors of #4078db

#4078db #db4078 #78db40

Analogous Colors of #4078db

#4078db #5540db #40c6db

Monochromatic Colors of #4078db

#4078db

Complementary Color

#4078db #dba340

#4078db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4078db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4078db Color CSS Codes

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

#4078db Text Font Color

<p style="color:#4078db">Text here</p>

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


#4078db Background Color

<div style="background-color:#4078db">
Div content here</div>

This div background color is #4078db


#4078db Border Color

<div style="border:3px solid #4078db">
Div here</div>

This div border color is #4078db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,120,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4078db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4078db;
  -webkit-box-shadow: 1px 1px 3px 2px #4078db;
  box-shadow:         1px 1px 3px 2px #4078db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4078db


Comments

No comments written yet.

Please login to write comment.