Color Hex Logo

#15060e Color Hex

#15060E
(21,6,14)
0 Favorites   0 Comments

Color spaces of #15060e

RGB 21614
HSL0.910.560.05
HSV328°71°
CMYK 0.000.710.33   0.92
XYZ0.45370.32140.4536
Yxy0.32140.36930.2616
Hunter Lab5.66924.3640-0.7754
CIE-Lab2.90326.0716-1.4826

#15060e color RGB value is (21,6,14).

#15060e hex color red value is 21, green value is 6 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #15060e hue: 0.91 , saturation: 0.56 and the lightness value of 15060e is 0.05.

The process color (four color CMYK) of #15060e color hex is 0.00, 0.71, 0.33, 0.92. Web safe color of #15060e is #000000. Color #15060e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000110 00001110
Octal 25 6 16
Decimal 21 6 14
Hex 15 6 E

RGB Percentages of Color #15060e

%51.22
%14.63
%34.15

CMYK Percentages of Color #15060e

%0
%71
%33
%92

Triadic Colors of #15060e

#15060e #0e1506 #060e15

Analogous Colors of #15060e

#15060e #150606 #150615

Monochromatic Colors of #15060e

#15060e

Complementary Color

#15060e #06150d

#15060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15060e Color CSS Codes

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

#15060e Text Font Color

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

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


#15060e Background Color

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

This div background color is #15060e


#15060e Border Color

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

This div border color is #15060e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15060e


Comments

No comments written yet.

Please login to write comment.