Color Hex Logo

#15140f Color Hex

#15140F
(21,20,15)
0 Favorites   0 Comments

Color spaces of #15140f

RGB 212015
HSL0.140.170.07
HSV50°29°
CMYK 0.000.050.29   0.92
XYZ0.64560.69420.5519
Yxy0.69420.34130.3670
Hunter Lab8.3319-0.74961.9050
CIE-Lab6.2707-0.58242.9174

#15140f color RGB value is (21,20,15).

#15140f hex color red value is 21, green value is 20 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #15140f hue: 0.14 , saturation: 0.17 and the lightness value of 15140f is 0.07.

The process color (four color CMYK) of #15140f color hex is 0.00, 0.05, 0.29, 0.92. Web safe color of #15140f is #000000. Color #15140f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010100 00001111
Octal 25 24 17
Decimal 21 20 15
Hex 15 14 F

RGB Percentages of Color #15140f

%37.50
%35.71
%26.79

CMYK Percentages of Color #15140f

%0
%5
%29
%92

Triadic Colors of #15140f

#15140f #0f1514 #140f15

Analogous Colors of #15140f

#15140f #13150f #15110f

Monochromatic Colors of #15140f

#15140f

Complementary Color

#15140f #0f1015

#15140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15140f Color CSS Codes

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

#15140f Text Font Color

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

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


#15140f Background Color

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

This div background color is #15140f


#15140f Border Color

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

This div border color is #15140f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15140f


Comments

No comments written yet.

Please login to write comment.