Color Hex Logo

#15010b Color Hex

#15010B
(21,1,11)
0 Favorites   0 Comments

Color spaces of #15010b

RGB 21111
HSL0.920.910.04
HSV330°95°
CMYK 0.000.950.48   0.92
XYZ0.38050.20530.3362
Yxy0.20530.41270.2227
Hunter Lab4.53107.0606-1.2276
CIE-Lab1.85457.5934-1.6115

#15010b color RGB value is (21,1,11).

#15010b hex color red value is 21, green value is 1 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #15010b hue: 0.92 , saturation: 0.91 and the lightness value of 15010b is 0.04.

The process color (four color CMYK) of #15010b color hex is 0.00, 0.95, 0.48, 0.92. Web safe color of #15010b is #000000. Color #15010b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 00001011
Octal 25 1 13
Decimal 21 1 11
Hex 15 1 B

RGB Percentages of Color #15010b

%63.64
%3.03
%33.33

CMYK Percentages of Color #15010b

%0
%95
%48
%92

Triadic Colors of #15010b

#15010b #0b1501 #010b15

Analogous Colors of #15010b

#15010b #150101 #150115

Monochromatic Colors of #15010b

#15010b

Complementary Color

#15010b #01150b

#15010b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15010b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15010b Color CSS Codes

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

#15010b Text Font Color

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

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


#15010b Background Color

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

This div background color is #15010b


#15010b Border Color

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

This div border color is #15010b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15010b


Comments

No comments written yet.

Please login to write comment.