Color Hex Logo

#150401 Color Hex

#150401
(21,4,1)
0 Favorites   0 Comments

Color spaces of #150401

RGB 2141
HSL0.030.910.04
HSV95°
CMYK 0.000.810.95   0.92
XYZ0.35820.24850.0578
Yxy0.24850.53910.3740
Hunter Lab4.98504.10262.8020
CIE-Lab2.24474.99793.0434

#150401 color RGB value is (21,4,1).

#150401 hex color red value is 21, green value is 4 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #150401 hue: 0.03 , saturation: 0.91 and the lightness value of 150401 is 0.04.

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

Base Numbers

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

RGB Percentages of Color #150401

%80.77
%15.38
%3.85

CMYK Percentages of Color #150401

%0
%81
%95
%92

Triadic Colors of #150401

#150401 #011504 #040115

Analogous Colors of #150401

#150401 #150e01 #150108

Monochromatic Colors of #150401

#150401

Complementary Color

#150401 #011215

#150401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150401 Color CSS Codes

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

#150401 Text Font Color

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

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


#150401 Background Color

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

This div background color is #150401


#150401 Border Color

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

This div border color is #150401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150401


Comments

No comments written yet.

Please login to write comment.