Color Hex Logo

#15050a Color Hex

#15050A
(21,5,10)
0 Favorites   0 Comments

Color spaces of #15050a

RGB 21510
HSL0.950.620.05
HSV341°76°
CMYK 0.000.760.52   0.92
XYZ0.41830.28990.3211
Yxy0.28990.40640.2816
Hunter Lab5.38424.44520.2331
CIE-Lab2.61865.8480-0.0779

#15050a color RGB value is (21,5,10).

#15050a hex color red value is 21, green value is 5 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #15050a hue: 0.95 , saturation: 0.62 and the lightness value of 15050a is 0.05.

The process color (four color CMYK) of #15050a color hex is 0.00, 0.76, 0.52, 0.92. Web safe color of #15050a is #000000. Color #15050a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 00001010
Octal 25 5 12
Decimal 21 5 10
Hex 15 5 A

RGB Percentages of Color #15050a

%58.33
%13.89
%27.78

CMYK Percentages of Color #15050a

%0
%76
%52
%92

Triadic Colors of #15050a

#15050a #0a1505 #050a15

Analogous Colors of #15050a

#15050a #150805 #150512

Monochromatic Colors of #15050a

#15050a

Complementary Color

#15050a #051510

#15050a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15050a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15050a Color CSS Codes

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

#15050a Text Font Color

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

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


#15050a Background Color

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

This div background color is #15050a


#15050a Border Color

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

This div border color is #15050a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15050a


Comments

No comments written yet.

Please login to write comment.