Color Hex Logo

#120bbb Color Hex

#120BBB
(18,11,187)
0 Favorites   0 Comments

Color spaces of #120bbb

RGB 1811187
HSL0.670.890.39
HSV242°94°73°
CMYK 0.900.940.00   0.27
XYZ9.33883.955847.2850
Yxy3.95580.15420.0653
Hunter Lab19.889249.0071-127.0349
CIE-Lab23.524860.3558-83.3091

#120bbb color RGB value is (18,11,187).

#120bbb hex color red value is 18, green value is 11 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #120bbb hue: 0.67 , saturation: 0.89 and the lightness value of 120bbb is 0.39.

The process color (four color CMYK) of #120bbb color hex is 0.90, 0.94, 0.00, 0.27. Web safe color of #120bbb is #0000cc. Color #120bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001011 10111011
Octal 22 13 273
Decimal 18 11 187
Hex 12 B BB

RGB Percentages of Color #120bbb

%8.33
%5.09
%86.57

CMYK Percentages of Color #120bbb

%90
%94
%0
%27

Triadic Colors of #120bbb

#120bbb #bb120b #0bbb12

Analogous Colors of #120bbb

#120bbb #6a0bbb #0b5cbb

Monochromatic Colors of #120bbb

#120bbb

Complementary Color

#120bbb #b4bb0b

#120bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#120bbb Color CSS Codes

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

#120bbb Text Font Color

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

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


#120bbb Background Color

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

This div background color is #120bbb


#120bbb Border Color

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

This div border color is #120bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120bbb


Comments

No comments written yet.

Please login to write comment.