Color Hex Logo

#150918 Color Hex

#150918
(21,9,24)
0 Favorites   0 Comments

Color spaces of #150918

RGB 21924
HSL0.800.450.06
HSV288°63°
CMYK 0.130.630.00   0.91
XYZ0.57180.42080.9152
Yxy0.42080.29970.2206
Hunter Lab6.48694.3821-3.8240
CIE-Lab3.80117.0393-6.5370

#150918 color RGB value is (21,9,24).

#150918 hex color red value is 21, green value is 9 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #150918 hue: 0.80 , saturation: 0.45 and the lightness value of 150918 is 0.06.

The process color (four color CMYK) of #150918 color hex is 0.13, 0.63, 0.00, 0.91. Web safe color of #150918 is #000000. Color #150918 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001001 00011000
Octal 25 11 30
Decimal 21 9 24
Hex 15 9 18

RGB Percentages of Color #150918

%38.89
%16.67
%44.44

CMYK Percentages of Color #150918

%13
%63
%0
%91

Triadic Colors of #150918

#150918 #181509 #091815

Analogous Colors of #150918

#150918 #180914 #0e0918

Monochromatic Colors of #150918

#150918

Complementary Color

#150918 #0c1809

#150918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150918 Color CSS Codes

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

#150918 Text Font Color

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

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


#150918 Background Color

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

This div background color is #150918


#150918 Border Color

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

This div border color is #150918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150918


Comments

No comments written yet.

Please login to write comment.