Color Hex Logo

#15030c Color Hex

#15030C
(21,3,12)
0 Favorites   0 Comments

Color spaces of #15030c

RGB 21312
HSL0.920.750.05
HSV330°86°
CMYK 0.000.860.43   0.92
XYZ0.40820.25110.3748
Yxy0.25110.39470.2428
Hunter Lab5.01105.7716-0.9269
CIE-Lab2.26826.9449-1.4503

#15030c color RGB value is (21,3,12).

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

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

Base Numbers

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

RGB Percentages of Color #15030c

%58.33
%8.33
%33.33

CMYK Percentages of Color #15030c

%0
%86
%43
%92

Triadic Colors of #15030c

#15030c #0c1503 #030c15

Analogous Colors of #15030c

#15030c #150303 #150315

Monochromatic Colors of #15030c

#15030c

Complementary Color

#15030c #03150c

#15030c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15030c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15030c Color CSS Codes

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

#15030c Text Font Color

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

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


#15030c Background Color

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

This div background color is #15030c


#15030c Border Color

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

This div border color is #15030c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15030c


Comments

No comments written yet.

Please login to write comment.