Color Hex Logo

#1173de Color Hex

#1173DE
(17,115,222)
0 Favorites   0 Comments

Color spaces of #1173de

RGB 17115222
HSL0.590.860.47
HSV211°92°87°
CMYK 0.920.480.00   0.13
XYZ19.546717.654671.4847
Yxy17.65460.17980.1624
Hunter Lab42.01749.5087-71.4587
CIE-Lab49.074514.6377-61.6285

#1173de color RGB value is (17,115,222).

#1173de hex color red value is 17, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1173de hue: 0.59 , saturation: 0.86 and the lightness value of 1173de is 0.47.

The process color (four color CMYK) of #1173de color hex is 0.92, 0.48, 0.00, 0.13. Web safe color of #1173de is #0066cc. Color #1173de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110011 11011110
Octal 21 163 336
Decimal 17 115 222
Hex 11 73 DE

RGB Percentages of Color #1173de

%4.80
%32.49
%62.71

CMYK Percentages of Color #1173de

%92
%48
%0
%13

Triadic Colors of #1173de

#1173de #de1173 #73de11

Analogous Colors of #1173de

#1173de #1511de #11dade

Monochromatic Colors of #1173de

#1173de

Complementary Color

#1173de #de7c11

#1173de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1173de Color Preview on White Background

Lorem ipsum dolor sit amet.

#1173de Color CSS Codes

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

#1173de Text Font Color

<p style="color:#1173de">Text here</p>

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


#1173de Background Color

<div style="background-color:#1173de">
Div content here</div>

This div background color is #1173de


#1173de Border Color

<div style="border:3px solid #1173de">
Div here</div>

This div border color is #1173de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,115,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1173de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1173de;
  -webkit-box-shadow: 1px 1px 3px 2px #1173de;
  box-shadow:         1px 1px 3px 2px #1173de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1173de


Comments

No comments written yet.

Please login to write comment.