Color Hex Logo

#15081b Color Hex

#15081B
(21,8,27)
0 Favorites   0 Comments

Color spaces of #15081b

RGB 21827
HSL0.780.540.07
HSV281°70°11°
CMYK 0.220.700.00   0.89
XYZ0.59390.41221.0852
Yxy0.41220.28400.1971
Hunter Lab6.42035.2764-5.5274
CIE-Lab3.72348.2795-9.0349

#15081b color RGB value is (21,8,27).

#15081b hex color red value is 21, green value is 8 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #15081b hue: 0.78 , saturation: 0.54 and the lightness value of 15081b is 0.07.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 00011011
Octal 25 10 33
Decimal 21 8 27
Hex 15 8 1B

RGB Percentages of Color #15081b

%37.50
%14.29
%48.21

CMYK Percentages of Color #15081b

%22
%70
%0
%89

Triadic Colors of #15081b

#15081b #1b1508 #081b15

Analogous Colors of #15081b

#15081b #1b0818 #0c081b

Monochromatic Colors of #15081b

#15081b

Complementary Color

#15081b #0e1b08

#15081b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15081b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15081b Color CSS Codes

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

#15081b Text Font Color

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

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


#15081b Background Color

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

This div background color is #15081b


#15081b Border Color

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

This div border color is #15081b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15081b


Comments

No comments written yet.

Please login to write comment.