Color Hex Logo

#01010e Color Hex

#01010E
(1,1,14)
0 Favorites   0 Comments

Color spaces of #01010e

RGB 1114
HSL0.670.870.03
HSV240°93°
CMYK 0.930.930.00   0.95
XYZ0.10260.05990.4216
Yxy0.05990.17570.1026
Hunter Lab2.44743.1999-8.5001
CIE-Lab0.54111.8707-5.0974

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

#01010e hex color red value is 1, green value is 1 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #01010e hue: 0.67 , saturation: 0.87 and the lightness value of 01010e is 0.03.

The process color (four color CMYK) of #01010e color hex is 0.93, 0.93, 0.00, 0.95. Web safe color of #01010e is #000000. Color #01010e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 00001110
Octal 1 1 16
Decimal 1 1 14
Hex 1 1 E

RGB Percentages of Color #01010e

%6.25
%6.25
%87.50

CMYK Percentages of Color #01010e

%93
%93
%0
%95

Triadic Colors of #01010e

#01010e #0e0101 #010e01

Analogous Colors of #01010e

#01010e #08010e #01080e

Monochromatic Colors of #01010e

#01010e

Complementary Color

#01010e #0e0e01

#01010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01010e Color CSS Codes

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

#01010e Text Font Color

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

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


#01010e Background Color

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

This div background color is #01010e


#01010e Border Color

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

This div border color is #01010e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01010e


Comments

No comments written yet.

Please login to write comment.