Color Hex Logo

#1178fc Color Hex

#1178FC
(17,120,252)
0 Favorites   0 Comments

Color spaces of #1178fc

RGB 17120252
HSL0.590.980.53
HSV214°93°99°
CMYK 0.930.520.00   0.01
XYZ24.518320.580494.7756
Yxy20.58040.17530.1471
Hunter Lab45.365617.0822-92.1098
CIE-Lab52.487223.0849-72.8785

#1178fc color RGB value is (17,120,252).

#1178fc hex color red value is 17, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1178fc hue: 0.59 , saturation: 0.98 and the lightness value of 1178fc is 0.53.

The process color (four color CMYK) of #1178fc color hex is 0.93, 0.52, 0.00, 0.01. Web safe color of #1178fc is #0066ff. Color #1178fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111000 11111100
Octal 21 170 374
Decimal 17 120 252
Hex 11 78 FC

RGB Percentages of Color #1178fc

%4.37
%30.85
%64.78

CMYK Percentages of Color #1178fc

%93
%52
%0
%1

Triadic Colors of #1178fc

#1178fc #fc1178 #78fc11

Analogous Colors of #1178fc

#1178fc #2011fc #11eefc

Monochromatic Colors of #1178fc

#1178fc

Complementary Color

#1178fc #fc9511

#1178fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1178fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1178fc Color CSS Codes

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

#1178fc Text Font Color

<p style="color:#1178fc">Text here</p>

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


#1178fc Background Color

<div style="background-color:#1178fc">
Div content here</div>

This div background color is #1178fc


#1178fc Border Color

<div style="border:3px solid #1178fc">
Div here</div>

This div border color is #1178fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,120,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1178fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1178fc;
  -webkit-box-shadow: 1px 1px 3px 2px #1178fc;
  box-shadow:         1px 1px 3px 2px #1178fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1178fc


Comments

No comments written yet.

Please login to write comment.