Color Hex Logo

#01030c Color Hex

#01030C
(1,3,12)
0 Favorites   0 Comments

Color spaces of #01030c

RGB 1312
HSL0.640.850.03
HSV229°92°
CMYK 0.920.750.00   0.95
XYZ0.11140.09810.3609
Yxy0.09810.19530.1720
Hunter Lab3.13210.8676-4.6393
CIE-Lab0.88610.7439-3.6343

#01030c color RGB value is (1,3,12).

#01030c hex color red value is 1, green value is 3 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #01030c hue: 0.64 , saturation: 0.85 and the lightness value of 01030c is 0.03.

The process color (four color CMYK) of #01030c color hex is 0.92, 0.75, 0.00, 0.95. Web safe color of #01030c is #000000. Color #01030c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000011 00001100
Octal 1 3 14
Decimal 1 3 12
Hex 1 3 C

RGB Percentages of Color #01030c

%6.25
%18.75
%75.00

CMYK Percentages of Color #01030c

%92
%75
%0
%95

Triadic Colors of #01030c

#01030c #0c0103 #030c01

Analogous Colors of #01030c

#01030c #05010c #01090c

Monochromatic Colors of #01030c

#01030c

Complementary Color

#01030c #0c0a01

#01030c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01030c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01030c Color CSS Codes

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

#01030c Text Font Color

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

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


#01030c Background Color

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

This div background color is #01030c


#01030c Border Color

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

This div border color is #01030c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01030c


Comments

No comments written yet.

Please login to write comment.