Color Hex Logo

#000814 Color Hex

#000814
(0,8,20)
0 Favorites   0 Comments

Color spaces of #000814

RGB 0820
HSL0.601.000.04
HSV216°100°
CMYK 1.000.600.00   0.92
XYZ0.21310.22420.6939
Yxy0.22420.18840.1982
Hunter Lab4.7350-0.2527-5.3743
CIE-Lab2.02520.0002-6.4335

#000814 color RGB value is (0,8,20).

#000814 hex color red value is 0, green value is 8 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #000814 hue: 0.60 , saturation: 1.00 and the lightness value of 000814 is 0.04.

The process color (four color CMYK) of #000814 color hex is 1.00, 0.60, 0.00, 0.92. Web safe color of #000814 is #000000. Color #000814 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001000 00010100
Octal 0 10 24
Decimal 0 8 20
Hex 0 8 14

RGB Percentages of Color #000814

%0.00
%28.57
%71.43

CMYK Percentages of Color #000814

%100
%60
%0
%92

Triadic Colors of #000814

#000814 #140008 #081400

Analogous Colors of #000814

#000814 #020014 #001214

Monochromatic Colors of #000814

#000814

Complementary Color

#000814 #140c00

#000814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000814 Color CSS Codes

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

#000814 Text Font Color

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

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


#000814 Background Color

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

This div background color is #000814


#000814 Border Color

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

This div border color is #000814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000814

#000814 Color Palettes


Comments

No comments written yet.

Please login to write comment.