Color Hex Logo

#120cdb Color Hex

#120CDB
(18,12,219)
0 Favorites   0 Comments

Color spaces of #120cdb

RGB 1812219
HSL0.670.900.45
HSV242°95°86°
CMYK 0.920.950.00   0.14
XYZ13.16715.506067.3866
Yxy5.50600.15300.0640
Hunter Lab23.464959.1002-153.8441
CIE-Lab28.130368.4976-94.3518

#120cdb color RGB value is (18,12,219).

#120cdb hex color red value is 18, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #120cdb hue: 0.67 , saturation: 0.90 and the lightness value of 120cdb is 0.45.

The process color (four color CMYK) of #120cdb color hex is 0.92, 0.95, 0.00, 0.14. Web safe color of #120cdb is #0000cc. Color #120cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001100 11011011
Octal 22 14 333
Decimal 18 12 219
Hex 12 C DB

RGB Percentages of Color #120cdb

%7.23
%4.82
%87.95

CMYK Percentages of Color #120cdb

%92
%95
%0
%14

Triadic Colors of #120cdb

#120cdb #db120c #0cdb12

Analogous Colors of #120cdb

#120cdb #7a0cdb #0c6edb

Monochromatic Colors of #120cdb

#120cdb

Complementary Color

#120cdb #d5db0c

#120cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#120cdb Color CSS Codes

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

#120cdb Text Font Color

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

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


#120cdb Background Color

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

This div background color is #120cdb


#120cdb Border Color

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

This div border color is #120cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120cdb


Comments

No comments written yet.

Please login to write comment.