Color Hex Logo

#120dcf Color Hex

#120DCF
(18,13,207)
0 Favorites   0 Comments

Color spaces of #120dcf

RGB 1813207
HSL0.670.880.43
HSV242°94°81°
CMYK 0.910.940.00   0.19
XYZ11.65594.921459.3671
Yxy4.92140.15350.0648
Hunter Lab22.184254.9640-143.1367
CIE-Lab26.509765.1807-90.0974

#120dcf color RGB value is (18,13,207).

#120dcf hex color red value is 18, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #120dcf hue: 0.67 , saturation: 0.88 and the lightness value of 120dcf is 0.43.

The process color (four color CMYK) of #120dcf color hex is 0.91, 0.94, 0.00, 0.19. Web safe color of #120dcf is #0000cc. Color #120dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 11001111
Octal 22 15 317
Decimal 18 13 207
Hex 12 D CF

RGB Percentages of Color #120dcf

%7.56
%5.46
%86.97

CMYK Percentages of Color #120dcf

%91
%94
%0
%19

Triadic Colors of #120dcf

#120dcf #cf120d #0dcf12

Analogous Colors of #120dcf

#120dcf #730dcf #0d69cf

Monochromatic Colors of #120dcf

#120dcf

Complementary Color

#120dcf #cacf0d

#120dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dcf Color CSS Codes

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

#120dcf Text Font Color

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

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


#120dcf Background Color

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

This div background color is #120dcf


#120dcf Border Color

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

This div border color is #120dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dcf


Comments

No comments written yet.

Please login to write comment.