Color Hex Logo

#1176ff Color Hex

#1176FF
(17,118,255)
0 Favorites   0 Comments

Color spaces of #1176ff

RGB 17118255
HSL0.601.000.53
HSV215°93°100°
CMYK 0.930.540.00   0.00
XYZ24.759620.296097.2203
Yxy20.29600.17400.1427
Hunter Lab45.051119.2623-96.4121
CIE-Lab52.170225.4918-75.0530

#1176ff color RGB value is (17,118,255).

#1176ff hex color red value is 17, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1176ff hue: 0.60 , saturation: 1.00 and the lightness value of 1176ff is 0.53.

The process color (four color CMYK) of #1176ff color hex is 0.93, 0.54, 0.00, 0.00. Web safe color of #1176ff is #0066ff. Color #1176ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110110 11111111
Octal 21 166 377
Decimal 17 118 255
Hex 11 76 FF

RGB Percentages of Color #1176ff

%4.36
%30.26
%65.38

CMYK Percentages of Color #1176ff

%93
%54
%0
%0

Triadic Colors of #1176ff

#1176ff #ff1176 #76ff11

Analogous Colors of #1176ff

#1176ff #2311ff #11edff

Monochromatic Colors of #1176ff

#1176ff

Complementary Color

#1176ff #ff9a11

#1176ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1176ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1176ff Color CSS Codes

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

#1176ff Text Font Color

<p style="color:#1176ff">Text here</p>

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


#1176ff Background Color

<div style="background-color:#1176ff">
Div content here</div>

This div background color is #1176ff


#1176ff Border Color

<div style="border:3px solid #1176ff">
Div here</div>

This div border color is #1176ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,118,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1176ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1176ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1176ff;
  box-shadow:         1px 1px 3px 2px #1176ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1176ff


Comments

No comments written yet.

Please login to write comment.