Color Hex Logo

#120eff Color Hex

#120EFF
(18,14,255)
0 Favorites   0 Comments

Color spaces of #120eff

RGB 1814255
HSL0.671.000.53
HSV241°95°100°
CMYK 0.930.950.00   0.00
XYZ18.45657.662795.1140
Yxy7.66270.15220.0632
Hunter Lab27.681670.5708-184.3435
CIE-Lab33.270377.1669-106.2381

#120eff color RGB value is (18,14,255).

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

The process color (four color CMYK) of #120eff color hex is 0.93, 0.95, 0.00, 0.00. Web safe color of #120eff is #0000ff. Color #120eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 11111111
Octal 22 16 377
Decimal 18 14 255
Hex 12 E FF

RGB Percentages of Color #120eff

%6.27
%4.88
%88.85

CMYK Percentages of Color #120eff

%93
%95
%0
%0

Triadic Colors of #120eff

#120eff #ff120e #0eff12

Analogous Colors of #120eff

#120eff #8b0eff #0e83ff

Monochromatic Colors of #120eff

#120eff

Complementary Color

#120eff #fbff0e

#120eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#120eff Color CSS Codes

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

#120eff Text Font Color

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

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


#120eff Background Color

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

This div background color is #120eff


#120eff Border Color

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

This div border color is #120eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120eff

Related Colors


Comments

No comments written yet.

Please login to write comment.