Color Hex Logo

#011505 Color Hex

#011505
(1,21,5)
0 Favorites   0 Comments

Color spaces of #011505

RGB 1215
HSL0.370.910.04
HSV132°95°
CMYK 0.950.000.76   0.92
XYZ0.30810.55370.2342
Yxy0.55370.28110.5052
Hunter Lab7.4411-5.63113.3427
CIE-Lab5.0015-8.93735.2735

#011505 color RGB value is (1,21,5).

#011505 hex color red value is 1, green value is 21 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #011505 hue: 0.37 , saturation: 0.91 and the lightness value of 011505 is 0.04.

The process color (four color CMYK) of #011505 color hex is 0.95, 0.00, 0.76, 0.92. Web safe color of #011505 is #000000. Color #011505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 00000101
Octal 1 25 5
Decimal 1 21 5
Hex 1 15 5

RGB Percentages of Color #011505

%3.70
%77.78
%18.52

CMYK Percentages of Color #011505

%95
%0
%76
%92

Triadic Colors of #011505

#011505 #050115 #150501

Analogous Colors of #011505

#011505 #01150f #071501

Monochromatic Colors of #011505

#011505

Complementary Color

#011505 #150111

#011505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011505 Color CSS Codes

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

#011505 Text Font Color

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

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


#011505 Background Color

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

This div background color is #011505


#011505 Border Color

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

This div border color is #011505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011505


Comments

No comments written yet.

Please login to write comment.