Color Hex Logo

#120fea Color Hex

#120FEA
(18,15,234)
0 Favorites   0 Comments

Color spaces of #120fea

RGB 1815234
HSL0.670.880.49
HSV241°94°92°
CMYK 0.920.940.00   0.08
XYZ15.27166.410878.2744
Yxy6.41080.15280.0641
Hunter Lab25.319663.3538-165.5690
CIE-Lab30.426171.7100-99.1187

#120fea color RGB value is (18,15,234).

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

The process color (four color CMYK) of #120fea color hex is 0.92, 0.94, 0.00, 0.08. Web safe color of #120fea is #0000ff. Color #120fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 11101010
Octal 22 17 352
Decimal 18 15 234
Hex 12 F EA

RGB Percentages of Color #120fea

%6.74
%5.62
%87.64

CMYK Percentages of Color #120fea

%92
%94
%0
%8

Triadic Colors of #120fea

#120fea #ea120f #0fea12

Analogous Colors of #120fea

#120fea #800fea #0f7aea

Monochromatic Colors of #120fea

#120fea

Complementary Color

#120fea #e7ea0f

#120fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#120fea Color CSS Codes

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

#120fea Text Font Color

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

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


#120fea Background Color

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

This div background color is #120fea


#120fea Border Color

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

This div border color is #120fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120fea


Comments

No comments written yet.

Please login to write comment.