Color Hex Logo

#171ddb Color Hex

#171DDB
(23,29,219)
0 Favorites   0 Comments

Color spaces of #171ddb

RGB 2329219
HSL0.660.810.47
HSV238°89°86°
CMYK 0.890.870.00   0.14
XYZ13.57896.175467.4941
Yxy6.17540.15560.0708
Hunter Lab24.850454.0491-143.6377
CIE-Lab29.850763.7513-91.4761

#171ddb color RGB value is (23,29,219).

#171ddb hex color red value is 23, green value is 29 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #171ddb hue: 0.66 , saturation: 0.81 and the lightness value of 171ddb is 0.47.

The process color (four color CMYK) of #171ddb color hex is 0.89, 0.87, 0.00, 0.14. Web safe color of #171ddb is #0033cc. Color #171ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011101 11011011
Octal 27 35 333
Decimal 23 29 219
Hex 17 1D DB

RGB Percentages of Color #171ddb

%8.49
%10.70
%80.81

CMYK Percentages of Color #171ddb

%89
%87
%0
%14

Triadic Colors of #171ddb

#171ddb #db171d #1ddb17

Analogous Colors of #171ddb

#171ddb #7317db #177fdb

Monochromatic Colors of #171ddb

#171ddb

Complementary Color

#171ddb #dbd517

#171ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#171ddb Color CSS Codes

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

#171ddb Text Font Color

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

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


#171ddb Background Color

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

This div background color is #171ddb


#171ddb Border Color

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

This div border color is #171ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,29,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 #171ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171ddb


Comments

No comments written yet.

Please login to write comment.