Color Hex Logo

#150815 Color Hex

#150815
(21,8,21)
0 Favorites   0 Comments

Color spaces of #150815

RGB 21821
HSL0.830.450.06
HSV300°62°
CMYK 0.000.620.00   0.92
XYZ0.53150.38720.7562
Yxy0.38720.31730.2312
Hunter Lab6.22254.3572-2.8495
CIE-Lab3.49756.6967-4.7860

#150815 color RGB value is (21,8,21).

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

The process color (four color CMYK) of #150815 color hex is 0.00, 0.62, 0.00, 0.92. Web safe color of #150815 is #000000. Color #150815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 00010101
Octal 25 10 25
Decimal 21 8 21
Hex 15 8 15

RGB Percentages of Color #150815

%42.00
%16.00
%42.00

CMYK Percentages of Color #150815

%0
%62
%0
%92

Triadic Colors of #150815

#150815 #151508 #081515

Analogous Colors of #150815

#150815 #15080f #0f0815

Monochromatic Colors of #150815

#150815

Complementary Color

#150815 #081508

#150815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150815 Color CSS Codes

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

#150815 Text Font Color

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

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


#150815 Background Color

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

This div background color is #150815


#150815 Border Color

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

This div border color is #150815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150815


Comments

No comments written yet.

Please login to write comment.