Color Hex Logo

#040518 Color Hex

#040518
(4,5,24)
0 Favorites   0 Comments

Color spaces of #040518

RGB 4524
HSL0.660.710.05
HSV237°83°
CMYK 0.830.790.00   0.91
XYZ0.26920.20030.8886
Yxy0.20030.19820.1475
Hunter Lab4.47552.9046-8.6391
CIE-Lab1.80933.2288-9.5906

#040518 color RGB value is (4,5,24).

#040518 hex color red value is 4, green value is 5 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #040518 hue: 0.66 , saturation: 0.71 and the lightness value of 040518 is 0.05.

The process color (four color CMYK) of #040518 color hex is 0.83, 0.79, 0.00, 0.91. Web safe color of #040518 is #000000. Color #040518 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000101 00011000
Octal 4 5 30
Decimal 4 5 24
Hex 4 5 18

RGB Percentages of Color #040518

%12.12
%15.15
%72.73

CMYK Percentages of Color #040518

%83
%79
%0
%91

Triadic Colors of #040518

#040518 #180405 #051804

Analogous Colors of #040518

#040518 #0d0418 #040f18

Monochromatic Colors of #040518

#040518

Complementary Color

#040518 #181704

#040518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040518 Color CSS Codes

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

#040518 Text Font Color

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

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


#040518 Background Color

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

This div background color is #040518


#040518 Border Color

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

This div border color is #040518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040518


Comments

No comments written yet.

Please login to write comment.