Color Hex Logo

#1110c9 Color Hex

#1110C9
(17,16,201)
0 Favorites   0 Comments

Color spaces of #1110c9

RGB 1716201
HSL0.670.850.43
HSV240°92°79°
CMYK 0.920.920.00   0.21
XYZ10.95914.706855.5892
Yxy4.70680.15380.0661
Hunter Lab21.695252.2010-136.7313
CIE-Lab25.882662.8315-87.6365

#1110c9 color RGB value is (17,16,201).

#1110c9 hex color red value is 17, green value is 16 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #1110c9 hue: 0.67 , saturation: 0.85 and the lightness value of 1110c9 is 0.43.

The process color (four color CMYK) of #1110c9 color hex is 0.92, 0.92, 0.00, 0.21. Web safe color of #1110c9 is #0000cc. Color #1110c9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 11001001
Octal 21 20 311
Decimal 17 16 201
Hex 11 10 C9

RGB Percentages of Color #1110c9

%7.26
%6.84
%85.90

CMYK Percentages of Color #1110c9

%92
%92
%0
%21

Triadic Colors of #1110c9

#1110c9 #c91110 #10c911

Analogous Colors of #1110c9

#1110c9 #6e10c9 #106cc9

Monochromatic Colors of #1110c9

#1110c9

Complementary Color

#1110c9 #c8c910

#1110c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1110c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1110c9 Color CSS Codes

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

#1110c9 Text Font Color

<p style="color:#1110c9">Text here</p>

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


#1110c9 Background Color

<div style="background-color:#1110c9">
Div content here</div>

This div background color is #1110c9


#1110c9 Border Color

<div style="border:3px solid #1110c9">
Div here</div>

This div border color is #1110c9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,16,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1110c9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1110c9;
  -webkit-box-shadow: 1px 1px 3px 2px #1110c9;
  box-shadow:         1px 1px 3px 2px #1110c9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1110c9


Comments

No comments written yet.

Please login to write comment.