Color Hex Logo

#170ddb Color Hex

#170DDB
(23,13,219)
0 Favorites   0 Comments

Color spaces of #170ddb

RGB 2313219
HSL0.670.890.45
HSV243°94°86°
CMYK 0.890.940.00   0.14
XYZ13.28355.584567.3956
Yxy5.58450.15400.0647
Hunter Lab23.631558.9812-152.5491
CIE-Lab28.339068.3580-93.9995

#170ddb color RGB value is (23,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001101 11011011
Octal 27 15 333
Decimal 23 13 219
Hex 17 D DB

RGB Percentages of Color #170ddb

%9.02
%5.10
%85.88

CMYK Percentages of Color #170ddb

%89
%94
%0
%14

Triadic Colors of #170ddb

#170ddb #db170d #0ddb17

Analogous Colors of #170ddb

#170ddb #7e0ddb #0d6adb

Monochromatic Colors of #170ddb

#170ddb

Complementary Color

#170ddb #d1db0d

#170ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#170ddb Color CSS Codes

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

#170ddb Text Font Color

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

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


#170ddb Background Color

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

This div background color is #170ddb


#170ddb Border Color

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

This div border color is #170ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170ddb


Comments

No comments written yet.

Please login to write comment.