Color Hex Logo

#040adb Color Hex

#040ADB
(4,10,219)
0 Favorites   0 Comments

Color spaces of #040adb

RGB 410219
HSL0.660.960.44
HSV238°98°86°
CMYK 0.980.950.00   0.14
XYZ12.94485.357467.3696
Yxy5.35740.15110.0625
Hunter Lab23.146159.3234-156.3690
CIE-Lab27.729768.7603-95.0283

#040adb color RGB value is (4,10,219).

#040adb hex color red value is 4, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #040adb hue: 0.66 , saturation: 0.96 and the lightness value of 040adb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001010 11011011
Octal 4 12 333
Decimal 4 10 219
Hex 4 A DB

RGB Percentages of Color #040adb

%1.72
%4.29
%93.99

CMYK Percentages of Color #040adb

%98
%95
%0
%14

Triadic Colors of #040adb

#040adb #db040a #0adb04

Analogous Colors of #040adb

#040adb #6a04db #0476db

Monochromatic Colors of #040adb

#040adb

Complementary Color

#040adb #dbd504

#040adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#040adb Color CSS Codes

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

#040adb Text Font Color

<p style="color:#040adb">Text here</p>

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


#040adb Background Color

<div style="background-color:#040adb">
Div content here</div>

This div background color is #040adb


#040adb Border Color

<div style="border:3px solid #040adb">
Div here</div>

This div border color is #040adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,10,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040adb;
  -webkit-box-shadow: 1px 1px 3px 2px #040adb;
  box-shadow:         1px 1px 3px 2px #040adb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040adb


Comments

No comments written yet.

Please login to write comment.