Color Hex Logo

#01150e Color Hex

#01150E
(1,21,14)
0 Favorites   0 Comments

Color spaces of #01150e

RGB 12114
HSL0.440.910.04
HSV159°95°
CMYK 0.950.000.33   0.92
XYZ0.35990.57450.5074
Yxy0.57450.24960.3985
Hunter Lab7.5796-4.78861.3367
CIE-Lab5.1894-7.62521.6897

#01150e color RGB value is (1,21,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 00001110
Octal 1 25 16
Decimal 1 21 14
Hex 1 15 E

RGB Percentages of Color #01150e

%2.78
%58.33
%38.89

CMYK Percentages of Color #01150e

%95
%0
%33
%92

Triadic Colors of #01150e

#01150e #0e0115 #150e01

Analogous Colors of #01150e

#01150e #011215 #011504

Monochromatic Colors of #01150e

#01150e

Complementary Color

#01150e #150108

#01150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01150e Color CSS Codes

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

#01150e Text Font Color

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

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


#01150e Background Color

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

This div background color is #01150e


#01150e Border Color

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

This div border color is #01150e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01150e


Comments

No comments written yet.

Please login to write comment.