Color Hex Logo

#081219 Color Hex

#081219
(8,18,25)
0 Favorites   0 Comments

Color spaces of #081219

RGB 81825
HSL0.570.520.06
HSV205°68°10°
CMYK 0.680.280.00   0.90
XYZ0.49190.55441.0008
Yxy0.55440.24030.2708
Hunter Lab7.4458-1.2377-2.7572
CIE-Lab5.0079-1.4354-5.6743

#081219 color RGB value is (8,18,25).

#081219 hex color red value is 8, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #081219 hue: 0.57 , saturation: 0.52 and the lightness value of 081219 is 0.06.

The process color (four color CMYK) of #081219 color hex is 0.68, 0.28, 0.00, 0.90. Web safe color of #081219 is #000000. Color #081219 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010010 00011001
Octal 10 22 31
Decimal 8 18 25
Hex 8 12 19

RGB Percentages of Color #081219

%15.69
%35.29
%49.02

CMYK Percentages of Color #081219

%68
%28
%0
%90

Triadic Colors of #081219

#081219 #190812 #121908

Analogous Colors of #081219

#081219 #080a19 #081918

Monochromatic Colors of #081219

#081219

Complementary Color

#081219 #190f08

#081219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081219 Color CSS Codes

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

#081219 Text Font Color

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

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


#081219 Background Color

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

This div background color is #081219


#081219 Border Color

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

This div border color is #081219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081219


Comments

No comments written yet.

Please login to write comment.