Color Hex Logo

#01020d Color Hex

#01020D
(1,2,13)
0 Favorites   0 Comments

Color spaces of #01020d

RGB 1213
HSL0.650.860.03
HSV235°92°
CMYK 0.920.850.00   0.95
XYZ0.10690.07890.3904
Yxy0.07890.18550.1369
Hunter Lab2.80891.8776-6.2742
CIE-Lab0.71271.3071-4.3553

#01020d color RGB value is (1,2,13).

#01020d hex color red value is 1, green value is 2 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #01020d hue: 0.65 , saturation: 0.86 and the lightness value of 01020d is 0.03.

The process color (four color CMYK) of #01020d color hex is 0.92, 0.85, 0.00, 0.95. Web safe color of #01020d is #000000. Color #01020d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000010 00001101
Octal 1 2 15
Decimal 1 2 13
Hex 1 2 D

RGB Percentages of Color #01020d

%6.25
%12.50
%81.25

CMYK Percentages of Color #01020d

%92
%85
%0
%95

Triadic Colors of #01020d

#01020d #0d0102 #020d01

Analogous Colors of #01020d

#01020d #06010d #01080d

Monochromatic Colors of #01020d

#01020d

Complementary Color

#01020d #0d0c01

#01020d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01020d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01020d Color CSS Codes

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

#01020d Text Font Color

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

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


#01020d Background Color

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

This div background color is #01020d


#01020d Border Color

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

This div border color is #01020d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01020d

#01020d Color Palettes


Comments

No comments written yet.

Please login to write comment.