Color Hex Logo

#150c03 Color Hex

#150C03
(21,12,3)
0 Favorites   0 Comments

Color spaces of #150c03

RGB 21123
HSL0.080.750.05
HSV30°86°
CMYK 0.000.430.86   0.92
XYZ0.45720.42890.1448
Yxy0.42890.44350.4160
Hunter Lab6.54901.00063.2734
CIE-Lab3.87422.02954.6086

#150c03 color RGB value is (21,12,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 00000011
Octal 25 14 3
Decimal 21 12 3
Hex 15 C 3

RGB Percentages of Color #150c03

%58.33
%33.33
%8.33

CMYK Percentages of Color #150c03

%0
%43
%86
%92

Triadic Colors of #150c03

#150c03 #03150c #0c0315

Analogous Colors of #150c03

#150c03 #151503 #150303

Monochromatic Colors of #150c03

#150c03

Complementary Color

#150c03 #030c15

#150c03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150c03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150c03 Color CSS Codes

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

#150c03 Text Font Color

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

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


#150c03 Background Color

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

This div background color is #150c03


#150c03 Border Color

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

This div border color is #150c03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,12,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 #150c03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150c03


Comments

No comments written yet.

Please login to write comment.