Color Hex Logo

#1140be Color Hex

#1140BE
(17,64,190)
0 Favorites   0 Comments

Color spaces of #1140be

RGB 1764190
HSL0.620.840.41
HSV224°91°75°
CMYK 0.910.660.00   0.25
XYZ11.35887.503749.5649
Yxy7.50370.16600.1097
Hunter Lab27.392926.0797-88.1048
CIE-Lab32.927135.3903-69.4942

#1140be color RGB value is (17,64,190).

#1140be hex color red value is 17, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1140be hue: 0.62 , saturation: 0.84 and the lightness value of 1140be is 0.41.

The process color (four color CMYK) of #1140be color hex is 0.91, 0.66, 0.00, 0.25. Web safe color of #1140be is #0033cc. Color #1140be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 10111110
Octal 21 100 276
Decimal 17 64 190
Hex 11 40 BE

RGB Percentages of Color #1140be

%6.27
%23.62
%70.11

CMYK Percentages of Color #1140be

%91
%66
%0
%25

Triadic Colors of #1140be

#1140be #be1140 #40be11

Analogous Colors of #1140be

#1140be #3811be #1197be

Monochromatic Colors of #1140be

#1140be

Complementary Color

#1140be #be8f11

#1140be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1140be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1140be Color CSS Codes

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

#1140be Text Font Color

<p style="color:#1140be">Text here</p>

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


#1140be Background Color

<div style="background-color:#1140be">
Div content here</div>

This div background color is #1140be


#1140be Border Color

<div style="border:3px solid #1140be">
Div here</div>

This div border color is #1140be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,64,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1140be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1140be;
  -webkit-box-shadow: 1px 1px 3px 2px #1140be;
  box-shadow:         1px 1px 3px 2px #1140be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1140be


Comments

No comments written yet.

Please login to write comment.