Color Hex Logo

#1136ec Color Hex

#1136EC
(17,54,236)
0 Favorites   0 Comments

Color spaces of #1136ec

RGB 1754236
HSL0.640.870.50
HSV230°93°93°
CMYK 0.930.770.00   0.07
XYZ16.69078.813680.1784
Yxy8.81360.15790.0834
Hunter Lab29.687748.4008-139.3447
CIE-Lab35.622957.4815-91.5997

#1136ec color RGB value is (17,54,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 11101100
Octal 21 66 354
Decimal 17 54 236
Hex 11 36 EC

RGB Percentages of Color #1136ec

%5.54
%17.59
%76.87

CMYK Percentages of Color #1136ec

%93
%77
%0
%7

Triadic Colors of #1136ec

#1136ec #ec1136 #36ec11

Analogous Colors of #1136ec

#1136ec #5911ec #11a4ec

Monochromatic Colors of #1136ec

#1136ec

Complementary Color

#1136ec #ecc711

#1136ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1136ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1136ec Color CSS Codes

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

#1136ec Text Font Color

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

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


#1136ec Background Color

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

This div background color is #1136ec


#1136ec Border Color

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

This div border color is #1136ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1136ec


Comments

No comments written yet.

Please login to write comment.