Color Hex Logo

#1176fb Color Hex

#1176FB
(17,118,251)
0 Favorites   0 Comments

Color spaces of #1176fb

RGB 17118251
HSL0.590.970.53
HSV214°93°98°
CMYK 0.930.530.00   0.02
XYZ24.122220.041193.8637
Yxy20.04110.17480.1452
Hunter Lab44.767317.8394-92.9764
CIE-Lab51.883623.9630-73.3047

#1176fb color RGB value is (17,118,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110110 11111011
Octal 21 166 373
Decimal 17 118 251
Hex 11 76 FB

RGB Percentages of Color #1176fb

%4.40
%30.57
%65.03

CMYK Percentages of Color #1176fb

%93
%53
%0
%2

Triadic Colors of #1176fb

#1176fb #fb1176 #76fb11

Analogous Colors of #1176fb

#1176fb #2111fb #11ebfb

Monochromatic Colors of #1176fb

#1176fb

Complementary Color

#1176fb #fb9611

#1176fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1176fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1176fb Color CSS Codes

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

#1176fb Text Font Color

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

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


#1176fb Background Color

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

This div background color is #1176fb


#1176fb Border Color

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

This div border color is #1176fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1176fb


Comments

No comments written yet.

Please login to write comment.