Color Hex Logo

#040fae Color Hex

#040FAE
(4,15,174)
0 Favorites   0 Comments

Color spaces of #040fae

RGB 415174
HSL0.660.960.35
HSV236°98°68°
CMYK 0.980.910.00   0.32
XYZ7.86093.423540.2909
Yxy3.42350.15240.0664
Hunter Lab18.502743.4563-116.1561
CIE-Lab21.665955.4923-78.6449

#040fae color RGB value is (4,15,174).

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

The process color (four color CMYK) of #040fae color hex is 0.98, 0.91, 0.00, 0.32. Web safe color of #040fae is #000099. Color #040fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001111 10101110
Octal 4 17 256
Decimal 4 15 174
Hex 4 F AE

RGB Percentages of Color #040fae

%2.07
%7.77
%90.16

CMYK Percentages of Color #040fae

%98
%91
%0
%32

Triadic Colors of #040fae

#040fae #ae040f #0fae04

Analogous Colors of #040fae

#040fae #4e04ae #0464ae

Monochromatic Colors of #040fae

#040fae

Complementary Color

#040fae #aea304

#040fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#040fae Color CSS Codes

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

#040fae Text Font Color

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

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


#040fae Background Color

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

This div background color is #040fae


#040fae Border Color

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

This div border color is #040fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040fae


Comments

No comments written yet.

Please login to write comment.