Color Hex Logo

#120717 Color Hex

#120717
(18,7,23)
0 Favorites   0 Comments

Color spaces of #120717

RGB 18723
HSL0.780.530.06
HSV281°70°
CMYK 0.220.700.00   0.91
XYZ0.48010.34240.8514
Yxy0.34240.28680.2046
Hunter Lab5.85154.4053-4.5307
CIE-Lab3.09296.3354-6.8454

#120717 color RGB value is (18,7,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000111 00010111
Octal 22 7 27
Decimal 18 7 23
Hex 12 7 17

RGB Percentages of Color #120717

%37.50
%14.58
%47.92

CMYK Percentages of Color #120717

%22
%70
%0
%91

Triadic Colors of #120717

#120717 #171207 #071712

Analogous Colors of #120717

#120717 #170714 #0a0717

Monochromatic Colors of #120717

#120717

Complementary Color

#120717 #0c1707

#120717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120717 Color CSS Codes

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

#120717 Text Font Color

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

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


#120717 Background Color

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

This div background color is #120717


#120717 Border Color

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

This div border color is #120717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120717

#120717 Color Palettes


Comments

No comments written yet.

Please login to write comment.