Color Hex Logo

#1160ec Color Hex

#1160EC
(17,96,236)
0 Favorites   0 Comments

Color spaces of #1160ec

RGB 1796236
HSL0.610.870.50
HSV218°93°93°
CMYK 0.930.590.00   0.07
XYZ19.554414.541081.1330
Yxy14.54100.16970.1262
Hunter Lab38.132724.8025-99.4556
CIE-Lab44.999032.2431-76.1480

#1160ec color RGB value is (17,96,236).

#1160ec hex color red value is 17, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1160ec hue: 0.61 , saturation: 0.87 and the lightness value of 1160ec is 0.50.

The process color (four color CMYK) of #1160ec color hex is 0.93, 0.59, 0.00, 0.07. Web safe color of #1160ec is #0066ff. Color #1160ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100000 11101100
Octal 21 140 354
Decimal 17 96 236
Hex 11 60 EC

RGB Percentages of Color #1160ec

%4.87
%27.51
%67.62

CMYK Percentages of Color #1160ec

%93
%59
%0
%7

Triadic Colors of #1160ec

#1160ec #ec1160 #60ec11

Analogous Colors of #1160ec

#1160ec #3011ec #11ceec

Monochromatic Colors of #1160ec

#1160ec

Complementary Color

#1160ec #ec9d11

#1160ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1160ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1160ec Color CSS Codes

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

#1160ec Text Font Color

<p style="color:#1160ec">Text here</p>

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


#1160ec Background Color

<div style="background-color:#1160ec">
Div content here</div>

This div background color is #1160ec


#1160ec Border Color

<div style="border:3px solid #1160ec">
Div here</div>

This div border color is #1160ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,96,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1160ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1160ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1160ec;
  box-shadow:         1px 1px 3px 2px #1160ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1160ec


Comments

No comments written yet.

Please login to write comment.