Color Hex Logo

#120dab Color Hex

#120DAB
(18,13,171)
0 Favorites   0 Comments

Color spaces of #120dab

RGB 1813171
HSL0.670.860.36
HSV242°92°67°
CMYK 0.890.920.00   0.33
XYZ7.74413.356738.7678
Yxy3.35670.15530.0673
Hunter Lab18.321343.3866-112.6325
CIE-Lab21.419355.4708-77.2375

#120dab color RGB value is (18,13,171).

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

The process color (four color CMYK) of #120dab color hex is 0.89, 0.92, 0.00, 0.33. Web safe color of #120dab is #000099. Color #120dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 10101011
Octal 22 15 253
Decimal 18 13 171
Hex 12 D AB

RGB Percentages of Color #120dab

%8.91
%6.44
%84.65

CMYK Percentages of Color #120dab

%89
%92
%0
%33

Triadic Colors of #120dab

#120dab #ab120d #0dab12

Analogous Colors of #120dab

#120dab #610dab #0d57ab

Monochromatic Colors of #120dab

#120dab

Complementary Color

#120dab #a6ab0d

#120dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dab Color CSS Codes

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

#120dab Text Font Color

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

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


#120dab Background Color

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

This div background color is #120dab


#120dab Border Color

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

This div border color is #120dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dab


Comments

No comments written yet.

Please login to write comment.