Color Hex Logo

#15080e Color Hex

#15080E
(21,8,14)
0 Favorites   0 Comments

Color spaces of #15080e

RGB 21814
HSL0.920.450.06
HSV332°62°
CMYK 0.000.620.33   0.92
XYZ0.47540.36480.4608
Yxy0.36480.36540.2804
Hunter Lab6.03993.4800-0.2955
CIE-Lab3.29525.2708-0.9096

#15080e color RGB value is (21,8,14).

#15080e hex color red value is 21, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #15080e hue: 0.92 , saturation: 0.45 and the lightness value of 15080e is 0.06.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 00001110
Octal 25 10 16
Decimal 21 8 14
Hex 15 8 E

RGB Percentages of Color #15080e

%48.84
%18.60
%32.56

CMYK Percentages of Color #15080e

%0
%62
%33
%92

Triadic Colors of #15080e

#15080e #0e1508 #080e15

Analogous Colors of #15080e

#15080e #150908 #150815

Monochromatic Colors of #15080e

#15080e

Complementary Color

#15080e #08150f

#15080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15080e Color CSS Codes

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

#15080e Text Font Color

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

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


#15080e Background Color

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

This div background color is #15080e


#15080e Border Color

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

This div border color is #15080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15080e


Comments

No comments written yet.

Please login to write comment.