Color Hex Logo

#1170eb Color Hex

#1170EB
(17,112,235)
0 Favorites   0 Comments

Color spaces of #1170eb

RGB 17112235
HSL0.590.870.49
HSV214°93°92°
CMYK 0.930.520.00   0.08
XYZ21.020717.705780.9069
Yxy17.70570.17570.1480
Hunter Lab42.078115.5353-84.5468
CIE-Lab49.137221.6069-68.8446

#1170eb color RGB value is (17,112,235).

#1170eb hex color red value is 17, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1170eb hue: 0.59 , saturation: 0.87 and the lightness value of 1170eb is 0.49.

The process color (four color CMYK) of #1170eb color hex is 0.93, 0.52, 0.00, 0.08. Web safe color of #1170eb is #0066ff. Color #1170eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110000 11101011
Octal 21 160 353
Decimal 17 112 235
Hex 11 70 EB

RGB Percentages of Color #1170eb

%4.67
%30.77
%64.56

CMYK Percentages of Color #1170eb

%93
%52
%0
%8

Triadic Colors of #1170eb

#1170eb #eb1170 #70eb11

Analogous Colors of #1170eb

#1170eb #1f11eb #11ddeb

Monochromatic Colors of #1170eb

#1170eb

Complementary Color

#1170eb #eb8c11

#1170eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1170eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1170eb Color CSS Codes

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

#1170eb Text Font Color

<p style="color:#1170eb">Text here</p>

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


#1170eb Background Color

<div style="background-color:#1170eb">
Div content here</div>

This div background color is #1170eb


#1170eb Border Color

<div style="border:3px solid #1170eb">
Div here</div>

This div border color is #1170eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,112,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1170eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1170eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1170eb;
  box-shadow:         1px 1px 3px 2px #1170eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1170eb


Comments

No comments written yet.

Please login to write comment.