Color Hex Logo

#01320e Color Hex

#01320E
(1,50,14)
0 Favorites   0 Comments

Color spaces of #01320e

RGB 15014
HSL0.380.960.10
HSV136°98°20°
CMYK 0.980.000.72   0.80
XYZ1.23242.31940.7982
Yxy2.31940.28330.5332
Hunter Lab15.2296-12.20737.5532
CIE-Lab17.0813-25.127218.0336

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

#01320e hex color red value is 1, green value is 50 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #01320e hue: 0.38 , saturation: 0.96 and the lightness value of 01320e is 0.10.

The process color (four color CMYK) of #01320e color hex is 0.98, 0.00, 0.72, 0.80. Web safe color of #01320e is #003300. Color #01320e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 00001110
Octal 1 62 16
Decimal 1 50 14
Hex 1 32 E

RGB Percentages of Color #01320e

%1.54
%76.92
%21.54

CMYK Percentages of Color #01320e

%98
%0
%72
%80

Triadic Colors of #01320e

#01320e #0e0132 #320e01

Analogous Colors of #01320e

#01320e #013227 #0d3201

Monochromatic Colors of #01320e

#01320e

Complementary Color

#01320e #320125

#01320e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01320e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01320e Color CSS Codes

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

#01320e Text Font Color

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

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


#01320e Background Color

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

This div background color is #01320e


#01320e Border Color

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

This div border color is #01320e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01320e


Comments

No comments written yet.

Please login to write comment.