Color Hex Logo

#120617 Color Hex

#120617
(18,6,23)
0 Favorites   0 Comments

Color spaces of #120617

RGB 18623
HSL0.780.590.06
HSV282°74°
CMYK 0.220.740.00   0.91
XYZ0.46920.32070.8478
Yxy0.32070.28650.1958
Hunter Lab5.66304.8790-4.9120
CIE-Lab2.89696.7338-7.1319

#120617 color RGB value is (18,6,23).

#120617 hex color red value is 18, green value is 6 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #120617 hue: 0.78 , saturation: 0.59 and the lightness value of 120617 is 0.06.

The process color (four color CMYK) of #120617 color hex is 0.22, 0.74, 0.00, 0.91. Web safe color of #120617 is #000000. Color #120617 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000110 00010111
Octal 22 6 27
Decimal 18 6 23
Hex 12 6 17

RGB Percentages of Color #120617

%38.30
%12.77
%48.94

CMYK Percentages of Color #120617

%22
%74
%0
%91

Triadic Colors of #120617

#120617 #171206 #061712

Analogous Colors of #120617

#120617 #170614 #0a0617

Monochromatic Colors of #120617

#120617

Complementary Color

#120617 #0b1706

#120617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120617 Color CSS Codes

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

#120617 Text Font Color

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

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


#120617 Background Color

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

This div background color is #120617


#120617 Border Color

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

This div border color is #120617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120617


Comments

No comments written yet.

Please login to write comment.