Color Hex Logo

#110ddb Color Hex

#110DDB
(17,13,219)
0 Favorites   0 Comments

Color spaces of #110ddb

RGB 1713219
HSL0.670.890.45
HSV241°94°86°
CMYK 0.920.940.00   0.14
XYZ13.16135.521567.3899
Yxy5.52150.15290.0641
Hunter Lab23.497958.8577-153.5902
CIE-Lab28.171768.2813-94.2833

#110ddb color RGB value is (17,13,219).

#110ddb hex color red value is 17, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #110ddb hue: 0.67 , saturation: 0.89 and the lightness value of 110ddb is 0.45.

The process color (four color CMYK) of #110ddb color hex is 0.92, 0.94, 0.00, 0.14. Web safe color of #110ddb is #0000cc. Color #110ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001101 11011011
Octal 21 15 333
Decimal 17 13 219
Hex 11 D DB

RGB Percentages of Color #110ddb

%6.83
%5.22
%87.95

CMYK Percentages of Color #110ddb

%92
%94
%0
%14

Triadic Colors of #110ddb

#110ddb #db110d #0ddb11

Analogous Colors of #110ddb

#110ddb #780ddb #0d70db

Monochromatic Colors of #110ddb

#110ddb

Complementary Color

#110ddb #d7db0d

#110ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#110ddb Color CSS Codes

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

#110ddb Text Font Color

<p style="color:#110ddb">Text here</p>

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


#110ddb Background Color

<div style="background-color:#110ddb">
Div content here</div>

This div background color is #110ddb


#110ddb Border Color

<div style="border:3px solid #110ddb">
Div here</div>

This div border color is #110ddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,13,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #110ddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #110ddb;
  -webkit-box-shadow: 1px 1px 3px 2px #110ddb;
  box-shadow:         1px 1px 3px 2px #110ddb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110ddb


Comments

No comments written yet.

Please login to write comment.