Color Hex Logo

#12106c Color Hex

#12106C
(18,16,108)
0 Favorites   0 Comments

Color spaces of #12106c

RGB 1816108
HSL0.670.740.24
HSV241°85°42°
CMYK 0.830.850.00   0.58
XYZ3.14151.581914.3271
Yxy1.58190.16490.0830
Hunter Lab12.577422.5743-58.7342
CIE-Lab13.119534.9458-51.5193

#12106c color RGB value is (18,16,108).

#12106c hex color red value is 18, green value is 16 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #12106c hue: 0.67 , saturation: 0.74 and the lightness value of 12106c is 0.24.

The process color (four color CMYK) of #12106c color hex is 0.83, 0.85, 0.00, 0.58. Web safe color of #12106c is #000066. Color #12106c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010000 01101100
Octal 22 20 154
Decimal 18 16 108
Hex 12 10 6C

RGB Percentages of Color #12106c

%12.68
%11.27
%76.06

CMYK Percentages of Color #12106c

%83
%85
%0
%58

Triadic Colors of #12106c

#12106c #6c1210 #106c12

Analogous Colors of #12106c

#12106c #40106c #103c6c

Monochromatic Colors of #12106c

#12106c

Complementary Color

#12106c #6a6c10

#12106c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12106c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12106c Color CSS Codes

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

#12106c Text Font Color

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

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


#12106c Background Color

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

This div background color is #12106c


#12106c Border Color

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

This div border color is #12106c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,16,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12106c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12106c;
  -webkit-box-shadow: 1px 1px 3px 2px #12106c;
  box-shadow:         1px 1px 3px 2px #12106c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12106c


Comments

No comments written yet.

Please login to write comment.