Color Hex Logo

#150404 Color Hex

#150404
(21,4,4)
0 Favorites   0 Comments

Color spaces of #150404

RGB 2144
HSL0.000.680.05
HSV81°
CMYK 0.000.810.81   0.92
XYZ0.37460.25500.1443
Yxy0.25500.48400.3295
Hunter Lab5.04984.40441.8406
CIE-Lab2.30345.41671.9074

#150404 color RGB value is (21,4,4).

#150404 hex color red value is 21, green value is 4 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #150404 hue: 0.00 , saturation: 0.68 and the lightness value of 150404 is 0.05.

The process color (four color CMYK) of #150404 color hex is 0.00, 0.81, 0.81, 0.92. Web safe color of #150404 is #000000. Color #150404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000100 00000100
Octal 25 4 4
Decimal 21 4 4
Hex 15 4 4

RGB Percentages of Color #150404

%72.41
%13.79
%13.79

CMYK Percentages of Color #150404

%0
%81
%81
%92

Triadic Colors of #150404

#150404 #041504 #040415

Analogous Colors of #150404

#150404 #150d04 #15040d

Monochromatic Colors of #150404

#150404

Complementary Color

#150404 #041515

#150404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150404 Color CSS Codes

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

#150404 Text Font Color

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

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


#150404 Background Color

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

This div background color is #150404


#150404 Border Color

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

This div border color is #150404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150404

#150404 Color Palettes


Comments

No comments written yet.

Please login to write comment.