Color Hex Logo

#1146ba Color Hex

#1146BA
(17,70,186)
0 Favorites   0 Comments

Color spaces of #1146ba

RGB 1770186
HSL0.610.830.40
HSV221°91°73°
CMYK 0.910.620.00   0.27
XYZ11.28438.044747.4124
Yxy8.04470.16910.1205
Hunter Lab28.363221.3807-79.2560
CIE-Lab34.075829.8995-65.2536

#1146ba color RGB value is (17,70,186).

#1146ba hex color red value is 17, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1146ba hue: 0.61 , saturation: 0.83 and the lightness value of 1146ba is 0.40.

The process color (four color CMYK) of #1146ba color hex is 0.91, 0.62, 0.00, 0.27. Web safe color of #1146ba is #0033cc. Color #1146ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 10111010
Octal 21 106 272
Decimal 17 70 186
Hex 11 46 BA

RGB Percentages of Color #1146ba

%6.23
%25.64
%68.13

CMYK Percentages of Color #1146ba

%91
%62
%0
%27

Triadic Colors of #1146ba

#1146ba #ba1146 #46ba11

Analogous Colors of #1146ba

#1146ba #3111ba #119bba

Monochromatic Colors of #1146ba

#1146ba

Complementary Color

#1146ba #ba8511

#1146ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1146ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1146ba Color CSS Codes

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

#1146ba Text Font Color

<p style="color:#1146ba">Text here</p>

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


#1146ba Background Color

<div style="background-color:#1146ba">
Div content here</div>

This div background color is #1146ba


#1146ba Border Color

<div style="border:3px solid #1146ba">
Div here</div>

This div border color is #1146ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,70,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1146ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1146ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1146ba;
  box-shadow:         1px 1px 3px 2px #1146ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,70,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1146ba


Comments

No comments written yet.

Please login to write comment.