Color Hex Logo

#040af5 Color Hex

#040AF5
(4,10,245)
0 Favorites   0 Comments

Color spaces of #040af5

RGB 410245
HSL0.660.970.49
HSV239°98°96°
CMYK 0.980.960.00   0.04
XYZ16.64006.835586.8286
Yxy6.83550.15090.0620
Hunter Lab26.144867.8540-178.6047
CIE-Lab31.429475.2729-103.6911

#040af5 color RGB value is (4,10,245).

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

The process color (four color CMYK) of #040af5 color hex is 0.98, 0.96, 0.00, 0.04. Web safe color of #040af5 is #0000ff. Color #040af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001010 11110101
Octal 4 12 365
Decimal 4 10 245
Hex 4 A F5

RGB Percentages of Color #040af5

%1.54
%3.86
%94.59

CMYK Percentages of Color #040af5

%98
%96
%0
%4

Triadic Colors of #040af5

#040af5 #f5040a #0af504

Analogous Colors of #040af5

#040af5 #7704f5 #0483f5

Monochromatic Colors of #040af5

#040af5

Complementary Color

#040af5 #f5ef04

#040af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040af5 Color CSS Codes

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

#040af5 Text Font Color

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

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


#040af5 Background Color

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

This div background color is #040af5


#040af5 Border Color

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

This div border color is #040af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040af5


Comments

No comments written yet.

Please login to write comment.