Color Hex Logo

#120c2f Color Hex

#120C2F
(18,12,47)
0 Favorites   0 Comments

Color spaces of #120c2f

RGB 181247
HSL0.700.590.12
HSV250°74°18°
CMYK 0.620.740.00   0.82
XYZ0.89400.59682.7574
Yxy0.59680.21040.1405
Hunter Lab7.72537.1375-15.7548
CIE-Lab5.390813.3428-21.8515

#120c2f color RGB value is (18,12,47).

#120c2f hex color red value is 18, green value is 12 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #120c2f hue: 0.70 , saturation: 0.59 and the lightness value of 120c2f is 0.12.

The process color (four color CMYK) of #120c2f color hex is 0.62, 0.74, 0.00, 0.82. Web safe color of #120c2f is #000033. Color #120c2f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001100 00101111
Octal 22 14 57
Decimal 18 12 47
Hex 12 C 2F

RGB Percentages of Color #120c2f

%23.38
%15.58
%61.04

CMYK Percentages of Color #120c2f

%62
%74
%0
%82

Triadic Colors of #120c2f

#120c2f #2f120c #0c2f12

Analogous Colors of #120c2f

#120c2f #240c2f #0c182f

Monochromatic Colors of #120c2f

#120c2f

Complementary Color

#120c2f #292f0c

#120c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#120c2f Color CSS Codes

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

#120c2f Text Font Color

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

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


#120c2f Background Color

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

This div background color is #120c2f


#120c2f Border Color

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

This div border color is #120c2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,12,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #120c2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #120c2f;
  -webkit-box-shadow: 1px 1px 3px 2px #120c2f;
  box-shadow:         1px 1px 3px 2px #120c2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120c2f


Comments

No comments written yet.

Please login to write comment.