Color Hex Logo

#120819 Color Hex

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

Color spaces of #120819

RGB 18825
HSL0.760.520.06
HSV275°68°10°
CMYK 0.280.680.00   0.90
XYZ0.51180.37250.9646
Yxy0.37250.27680.2015
Hunter Lab6.10334.2877-5.0983
CIE-Lab3.36486.4621-7.9958

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

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

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

Base Numbers

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

RGB Percentages of Color #120819

%35.29
%15.69
%49.02

CMYK Percentages of Color #120819

%28
%68
%0
%90

Triadic Colors of #120819

#120819 #191208 #081912

Analogous Colors of #120819

#120819 #190818 #0a0819

Monochromatic Colors of #120819

#120819

Complementary Color

#120819 #0f1908

#120819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120819 Color CSS Codes

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

#120819 Text Font Color

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

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


#120819 Background Color

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

This div background color is #120819


#120819 Border Color

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

This div border color is #120819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120819

#120819 Color Palettes


Comments

No comments written yet.

Please login to write comment.