Color Hex Logo

#120dca Color Hex

#120DCA
(18,13,202)
0 Favorites   0 Comments

Color spaces of #120dca

RGB 1813202
HSL0.670.880.42
HSV242°94°79°
CMYK 0.910.940.00   0.21
XYZ11.05404.680756.1980
Yxy4.68070.15370.0651
Hunter Lab21.634953.3404-138.8648
CIE-Lab25.805063.8663-88.3517

#120dca color RGB value is (18,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 11001010
Octal 22 15 312
Decimal 18 13 202
Hex 12 D CA

RGB Percentages of Color #120dca

%7.73
%5.58
%86.70

CMYK Percentages of Color #120dca

%91
%94
%0
%21

Triadic Colors of #120dca

#120dca #ca120d #0dca12

Analogous Colors of #120dca

#120dca #710dca #0d67ca

Monochromatic Colors of #120dca

#120dca

Complementary Color

#120dca #c5ca0d

#120dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dca Color CSS Codes

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

#120dca Text Font Color

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

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


#120dca Background Color

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

This div background color is #120dca


#120dca Border Color

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

This div border color is #120dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dca


Comments

No comments written yet.

Please login to write comment.