Color Hex Logo

#120eca Color Hex

#120ECA
(18,14,202)
0 Favorites   0 Comments

Color spaces of #120eca

RGB 1814202
HSL0.670.870.42
HSV241°93°79°
CMYK 0.910.930.00   0.21
XYZ11.06724.706956.2023
Yxy4.70690.15380.0654
Hunter Lab21.695453.0890-138.4050
CIE-Lab25.882963.6278-88.2215

#120eca color RGB value is (18,14,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 11001010
Octal 22 16 312
Decimal 18 14 202
Hex 12 E CA

RGB Percentages of Color #120eca

%7.69
%5.98
%86.32

CMYK Percentages of Color #120eca

%91
%93
%0
%21

Triadic Colors of #120eca

#120eca #ca120e #0eca12

Analogous Colors of #120eca

#120eca #700eca #0e68ca

Monochromatic Colors of #120eca

#120eca

Complementary Color

#120eca #c6ca0e

#120eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#120eca Color CSS Codes

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

#120eca Text Font Color

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

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


#120eca Background Color

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

This div background color is #120eca


#120eca Border Color

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

This div border color is #120eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,14,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 #120eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120eca


Comments

No comments written yet.

Please login to write comment.