Color Hex Logo

#01080a Color Hex

#01080A
(1,8,10)
0 Favorites   0 Comments

Color spaces of #01080a

RGB 1810
HSL0.540.820.02
HSV193°90°
CMYK 0.900.200.00   0.96
XYZ0.15410.20200.3180
Yxy0.20200.22860.2997
Hunter Lab4.4944-1.7451-1.0489
CIE-Lab1.8246-1.5523-1.4025

#01080a color RGB value is (1,8,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 00001010
Octal 1 10 12
Decimal 1 8 10
Hex 1 8 A

RGB Percentages of Color #01080a

%5.26
%42.11
%52.63

CMYK Percentages of Color #01080a

%90
%20
%0
%96

Triadic Colors of #01080a

#01080a #0a0108 #080a01

Analogous Colors of #01080a

#01080a #01040a #010a08

Monochromatic Colors of #01080a

#01080a

Complementary Color

#01080a #0a0301

#01080a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01080a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01080a Color CSS Codes

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

#01080a Text Font Color

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

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


#01080a Background Color

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

This div background color is #01080a


#01080a Border Color

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

This div border color is #01080a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01080a


Comments

No comments written yet.

Please login to write comment.