Color Hex Logo

#120cff Color Hex

#120CFF
(18,12,255)
0 Favorites   0 Comments

Color spaces of #120cff

RGB 1812255
HSL0.671.000.52
HSV241°95°100°
CMYK 0.930.950.00   0.00
XYZ18.43097.611595.1055
Yxy7.61150.15210.0628
Hunter Lab27.588970.9669-185.0741
CIE-Lab33.160377.5071-106.4220

#120cff color RGB value is (18,12,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001100 11111111
Octal 22 14 377
Decimal 18 12 255
Hex 12 C FF

RGB Percentages of Color #120cff

%6.32
%4.21
%89.47

CMYK Percentages of Color #120cff

%93
%95
%0
%0

Triadic Colors of #120cff

#120cff #ff120c #0cff12

Analogous Colors of #120cff

#120cff #8c0cff #0c80ff

Monochromatic Colors of #120cff

#120cff

Complementary Color

#120cff #f9ff0c

#120cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#120cff Color CSS Codes

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

#120cff Text Font Color

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

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


#120cff Background Color

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

This div background color is #120cff


#120cff Border Color

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

This div border color is #120cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120cff


Comments

No comments written yet.

Please login to write comment.