Color Hex Logo

#4018db Color Hex

#4018DB
(64,24,219)
0 Favorites   0 Comments

Color spaces of #4018db

RGB 6424219
HSL0.700.800.48
HSV252°89°86°
CMYK 0.710.890.00   0.14
XYZ15.22726.857767.5389
Yxy6.85770.16990.0765
Hunter Lab26.187257.9656-134.5826
CIE-Lab31.480766.9004-88.7035

#4018db color RGB value is (64,24,219).

#4018db hex color red value is 64, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4018db hue: 0.70 , saturation: 0.80 and the lightness value of 4018db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011000 11011011
Octal 100 30 333
Decimal 64 24 219
Hex 40 18 DB

RGB Percentages of Color #4018db

%20.85
%7.82
%71.34

CMYK Percentages of Color #4018db

%71
%89
%0
%14

Triadic Colors of #4018db

#4018db #db4018 #18db40

Analogous Colors of #4018db

#4018db #a218db #1852db

Monochromatic Colors of #4018db

#4018db

Complementary Color

#4018db #b3db18

#4018db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4018db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4018db Color CSS Codes

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

#4018db Text Font Color

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

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


#4018db Background Color

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

This div background color is #4018db


#4018db Border Color

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

This div border color is #4018db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,24,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 #4018db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4018db


Comments

No comments written yet.

Please login to write comment.