Color Hex Logo

#120dfa Color Hex

#120DFA
(18,13,250)
0 Favorites   0 Comments

Color spaces of #120dfa

RGB 1813250
HSL0.670.960.52
HSV241°95°98°
CMYK 0.930.950.00   0.02
XYZ17.64877.318690.9249
Yxy7.31860.15230.0632
Hunter Lab27.052969.1067-180.3368
CIE-Lab32.521576.1073-104.6801

#120dfa color RGB value is (18,13,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 11111010
Octal 22 15 372
Decimal 18 13 250
Hex 12 D FA

RGB Percentages of Color #120dfa

%6.41
%4.63
%88.97

CMYK Percentages of Color #120dfa

%93
%95
%0
%2

Triadic Colors of #120dfa

#120dfa #fa120d #0dfa12

Analogous Colors of #120dfa

#120dfa #890dfa #0d7ffa

Monochromatic Colors of #120dfa

#120dfa

Complementary Color

#120dfa #f5fa0d

#120dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dfa Color CSS Codes

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

#120dfa Text Font Color

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

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


#120dfa Background Color

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

This div background color is #120dfa


#120dfa Border Color

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

This div border color is #120dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dfa


Comments

No comments written yet.

Please login to write comment.