Color Hex Logo

#150403 Color Hex

#150403
(21,4,3)
0 Favorites   0 Comments

Color spaces of #150403

RGB 2143
HSL0.010.750.05
HSV86°
CMYK 0.000.810.86   0.92
XYZ0.36910.25280.1155
Yxy0.25280.50050.3428
Hunter Lab5.02794.30482.1576
CIE-Lab2.28355.27702.2851

#150403 color RGB value is (21,4,3).

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

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

Base Numbers

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

RGB Percentages of Color #150403

%75.00
%14.29
%10.71

CMYK Percentages of Color #150403

%0
%81
%86
%92

Triadic Colors of #150403

#150403 #031504 #040315

Analogous Colors of #150403

#150403 #150d03 #15030b

Monochromatic Colors of #150403

#150403

Complementary Color

#150403 #031415

#150403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150403 Color CSS Codes

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

#150403 Text Font Color

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

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


#150403 Background Color

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

This div background color is #150403


#150403 Border Color

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

This div border color is #150403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150403


Comments

No comments written yet.

Please login to write comment.