Color Hex Logo

#01000a Color Hex

#01000A
(1,0,10)
0 Favorites   0 Comments

Color spaces of #01000a

RGB 1010
HSL0.681.000.02
HSV246°100°
CMYK 0.901.000.00   0.96
XYZ0.06730.02840.2891
Yxy0.02840.17490.0738
Hunter Lab1.68524.1793-8.9915
CIE-Lab0.25651.6511-3.6928

#01000a color RGB value is (1,0,10).

#01000a hex color red value is 1, green value is 0 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #01000a hue: 0.68 , saturation: 1.00 and the lightness value of 01000a is 0.02.

The process color (four color CMYK) of #01000a color hex is 0.90, 1.00, 0.00, 0.96. Web safe color of #01000a is #000000. Color #01000a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000000 00001010
Octal 1 0 12
Decimal 1 0 10
Hex 1 0 A

RGB Percentages of Color #01000a

%9.09
%0.00
%90.91

CMYK Percentages of Color #01000a

%90
%100
%0
%96

Triadic Colors of #01000a

#01000a #0a0100 #000a01

Analogous Colors of #01000a

#01000a #06000a #00040a

Monochromatic Colors of #01000a

#01000a

Complementary Color

#01000a #090a00

#01000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01000a Color CSS Codes

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

#01000a Text Font Color

<p style="color:#01000a">Text here</p>

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


#01000a Background Color

<div style="background-color:#01000a">
Div content here</div>

This div background color is #01000a


#01000a Border Color

<div style="border:3px solid #01000a">
Div here</div>

This div border color is #01000a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,0,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01000a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01000a;
  -webkit-box-shadow: 1px 1px 3px 2px #01000a;
  box-shadow:         1px 1px 3px 2px #01000a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01000a


Comments

No comments written yet.

Please login to write comment.