Color Hex Logo

#15121d Color Hex

#15121D
(21,18,29)
0 Favorites   0 Comments

Color spaces of #15121d

RGB 211829
HSL0.710.230.09
HSV256°38°11°
CMYK 0.280.380.00   0.89
XYZ0.74730.68081.2544
Yxy0.68080.27860.2538
Hunter Lab8.25111.7274-3.2381
CIE-Lab6.14964.1054-6.9816

#15121d color RGB value is (21,18,29).

#15121d hex color red value is 21, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #15121d hue: 0.71 , saturation: 0.23 and the lightness value of 15121d is 0.09.

The process color (four color CMYK) of #15121d color hex is 0.28, 0.38, 0.00, 0.89. Web safe color of #15121d is #000033. Color #15121d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010010 00011101
Octal 25 22 35
Decimal 21 18 29
Hex 15 12 1D

RGB Percentages of Color #15121d

%30.88
%26.47
%42.65

CMYK Percentages of Color #15121d

%28
%38
%0
%89

Triadic Colors of #15121d

#15121d #1d1512 #121d15

Analogous Colors of #15121d

#15121d #1b121d #12151d

Monochromatic Colors of #15121d

#15121d

Complementary Color

#15121d #1a1d12

#15121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15121d Color CSS Codes

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

#15121d Text Font Color

<p style="color:#15121d">Text here</p>

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


#15121d Background Color

<div style="background-color:#15121d">
Div content here</div>

This div background color is #15121d


#15121d Border Color

<div style="border:3px solid #15121d">
Div here</div>

This div border color is #15121d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,18,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15121d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15121d;
  -webkit-box-shadow: 1px 1px 3px 2px #15121d;
  box-shadow:         1px 1px 3px 2px #15121d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15121d


Comments

No comments written yet.

Please login to write comment.