Color Hex Logo

#1157eb Color Hex

#1157EB
(17,87,235)
0 Favorites   0 Comments

Color spaces of #1157eb

RGB 1787235
HSL0.610.870.49
HSV221°93°92°
CMYK 0.930.630.00   0.08
XYZ18.634812.933780.1116
Yxy12.93370.16690.1158
Hunter Lab35.963529.5554-106.8990
CIE-Lab42.663237.6098-79.4111

#1157eb color RGB value is (17,87,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010111 11101011
Octal 21 127 353
Decimal 17 87 235
Hex 11 57 EB

RGB Percentages of Color #1157eb

%5.01
%25.66
%69.32

CMYK Percentages of Color #1157eb

%93
%63
%0
%8

Triadic Colors of #1157eb

#1157eb #eb1157 #57eb11

Analogous Colors of #1157eb

#1157eb #3811eb #11c4eb

Monochromatic Colors of #1157eb

#1157eb

Complementary Color

#1157eb #eba511

#1157eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1157eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1157eb Color CSS Codes

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

#1157eb Text Font Color

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

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


#1157eb Background Color

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

This div background color is #1157eb


#1157eb Border Color

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

This div border color is #1157eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,87,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 #1157eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1157eb


Comments

No comments written yet.

Please login to write comment.