Color Hex Logo

#150715 Color Hex

#150715
(21,7,21)
0 Favorites   0 Comments

Color spaces of #150715

RGB 21721
HSL0.830.500.05
HSV300°67°
CMYK 0.000.670.00   0.92
XYZ0.52060.36550.7526
Yxy0.36550.31770.2230
Hunter Lab6.04574.7910-3.1488
CIE-Lab3.30157.0951-5.0725

#150715 color RGB value is (21,7,21).

#150715 hex color red value is 21, green value is 7 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #150715 hue: 0.83 , saturation: 0.50 and the lightness value of 150715 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 00010101
Octal 25 7 25
Decimal 21 7 21
Hex 15 7 15

RGB Percentages of Color #150715

%42.86
%14.29
%42.86

CMYK Percentages of Color #150715

%0
%67
%0
%92

Triadic Colors of #150715

#150715 #151507 #071515

Analogous Colors of #150715

#150715 #15070e #0e0715

Monochromatic Colors of #150715

#150715

Complementary Color

#150715 #071507

#150715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150715 Color CSS Codes

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

#150715 Text Font Color

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

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


#150715 Background Color

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

This div background color is #150715


#150715 Border Color

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

This div border color is #150715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150715

#150715 Color Palettes


Comments

No comments written yet.

Please login to write comment.