Color Hex Logo

#120dc8 Color Hex

#120DC8
(18,13,200)
0 Favorites   0 Comments

Color spaces of #120dc8

RGB 1813200
HSL0.670.880.42
HSV242°94°78°
CMYK 0.910.940.00   0.22
XYZ10.81874.586654.9587
Yxy4.58660.15380.0652
Hunter Lab21.416352.6926-137.1587
CIE-Lab25.523063.3378-87.6499

#120dc8 color RGB value is (18,13,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 11001000
Octal 22 15 310
Decimal 18 13 200
Hex 12 D C8

RGB Percentages of Color #120dc8

%7.79
%5.63
%86.58

CMYK Percentages of Color #120dc8

%91
%94
%0
%22

Triadic Colors of #120dc8

#120dc8 #c8120d #0dc812

Analogous Colors of #120dc8

#120dc8 #700dc8 #0d66c8

Monochromatic Colors of #120dc8

#120dc8

Complementary Color

#120dc8 #c3c80d

#120dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dc8 Color CSS Codes

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

#120dc8 Text Font Color

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

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


#120dc8 Background Color

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

This div background color is #120dc8


#120dc8 Border Color

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

This div border color is #120dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dc8


Comments

No comments written yet.

Please login to write comment.