Color Hex Logo

#150f11 Color Hex

#150F11
(21,15,17)
0 Favorites   0 Comments

Color spaces of #150f11

RGB 211517
HSL0.940.170.07
HSV340°29°
CMYK 0.000.290.19   0.92
XYZ0.58130.54150.6042
Yxy0.54150.33660.3135
Hunter Lab7.35871.22300.2829
CIE-Lab4.89132.7290-0.2088

#150f11 color RGB value is (21,15,17).

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

The process color (four color CMYK) of #150f11 color hex is 0.00, 0.29, 0.19, 0.92. Web safe color of #150f11 is #000000. Color #150f11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001111 00010001
Octal 25 17 21
Decimal 21 15 17
Hex 15 F 11

RGB Percentages of Color #150f11

%39.62
%28.30
%32.08

CMYK Percentages of Color #150f11

%0
%29
%19
%92

Triadic Colors of #150f11

#150f11 #11150f #0f1115

Analogous Colors of #150f11

#150f11 #15100f #150f14

Monochromatic Colors of #150f11

#150f11

Complementary Color

#150f11 #0f1513

#150f11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150f11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150f11 Color CSS Codes

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

#150f11 Text Font Color

<p style="color:#150f11">Text here</p>

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


#150f11 Background Color

<div style="background-color:#150f11">
Div content here</div>

This div background color is #150f11


#150f11 Border Color

<div style="border:3px solid #150f11">
Div here</div>

This div border color is #150f11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150f11


Comments

No comments written yet.

Please login to write comment.