Color Hex Logo

#15141b Color Hex

#15141B
(21,20,27)
0 Favorites   0 Comments

Color spaces of #15141b

RGB 212027
HSL0.690.150.09
HSV249°26°11°
CMYK 0.220.260.00   0.89
XYZ0.75720.73891.1396
Yxy0.73890.28730.2803
Hunter Lab8.59590.6809-1.8432
CIE-Lab6.67442.2488-4.6544

#15141b color RGB value is (21,20,27).

#15141b hex color red value is 21, green value is 20 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #15141b hue: 0.69 , saturation: 0.15 and the lightness value of 15141b is 0.09.

The process color (four color CMYK) of #15141b color hex is 0.22, 0.26, 0.00, 0.89. Web safe color of #15141b is #000033. Color #15141b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010100 00011011
Octal 25 24 33
Decimal 21 20 27
Hex 15 14 1B

RGB Percentages of Color #15141b

%30.88
%29.41
%39.71

CMYK Percentages of Color #15141b

%22
%26
%0
%89

Triadic Colors of #15141b

#15141b #1b1514 #141b15

Analogous Colors of #15141b

#15141b #19141b #14171b

Monochromatic Colors of #15141b

#15141b

Complementary Color

#15141b #1a1b14

#15141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15141b Color CSS Codes

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

#15141b Text Font Color

<p style="color:#15141b">Text here</p>

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


#15141b Background Color

<div style="background-color:#15141b">
Div content here</div>

This div background color is #15141b


#15141b Border Color

<div style="border:3px solid #15141b">
Div here</div>

This div border color is #15141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15141b

#15141b Color Palettes


Comments

No comments written yet.

Please login to write comment.