Color Hex Logo

#120517 Color Hex

#120517
(18,5,23)
0 Favorites   0 Comments

Color spaces of #120517

RGB 18523
HSL0.790.640.05
HSV283°78°
CMYK 0.220.780.00   0.91
XYZ0.45840.29900.8442
Yxy0.29900.28620.1867
Hunter Lab5.46815.3948-5.3259
CIE-Lab2.70087.1363-7.4183

#120517 color RGB value is (18,5,23).

#120517 hex color red value is 18, green value is 5 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #120517 hue: 0.79 , saturation: 0.64 and the lightness value of 120517 is 0.05.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000101 00010111
Octal 22 5 27
Decimal 18 5 23
Hex 12 5 17

RGB Percentages of Color #120517

%39.13
%10.87
%50.00

CMYK Percentages of Color #120517

%22
%78
%0
%91

Triadic Colors of #120517

#120517 #171205 #051712

Analogous Colors of #120517

#120517 #170513 #090517

Monochromatic Colors of #120517

#120517

Complementary Color

#120517 #0a1705

#120517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120517 Color CSS Codes

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

#120517 Text Font Color

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

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


#120517 Background Color

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

This div background color is #120517


#120517 Border Color

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

This div border color is #120517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120517


Comments

No comments written yet.

Please login to write comment.