Color Hex Logo

#040add Color Hex

#040ADD
(4,10,221)
0 Favorites   0 Comments

Color spaces of #040add

RGB 410221
HSL0.660.960.44
HSV238°98°87°
CMYK 0.980.950.00   0.13
XYZ13.20985.463468.7649
Yxy5.46340.15110.0625
Hunter Lab23.373959.9752-158.0665
CIE-Lab28.016269.2688-95.7028

#040add color RGB value is (4,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001010 11011101
Octal 4 12 335
Decimal 4 10 221
Hex 4 A DD

RGB Percentages of Color #040add

%1.70
%4.26
%94.04

CMYK Percentages of Color #040add

%98
%95
%0
%13

Triadic Colors of #040add

#040add #dd040a #0add04

Analogous Colors of #040add

#040add #6b04dd #0477dd

Monochromatic Colors of #040add

#040add

Complementary Color

#040add #ddd704

#040add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040add Color Preview on White Background

Lorem ipsum dolor sit amet.

#040add Color CSS Codes

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

#040add Text Font Color

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

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


#040add Background Color

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

This div background color is #040add


#040add Border Color

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

This div border color is #040add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040add


Comments

No comments written yet.

Please login to write comment.