Color Hex Logo

#171dbe Color Hex

#171DBE
(23,29,190)
0 Favorites   0 Comments

Color spaces of #171dbe

RGB 2329190
HSL0.660.780.42
HSV238°88°75°
CMYK 0.880.850.00   0.25
XYZ10.08704.778649.1059
Yxy4.77860.15770.0747
Hunter Lab21.860044.1113-117.8859
CIE-Lab26.094555.2836-80.7983

#171dbe color RGB value is (23,29,190).

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

The process color (four color CMYK) of #171dbe color hex is 0.88, 0.85, 0.00, 0.25. Web safe color of #171dbe is #0033cc. Color #171dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011101 10111110
Octal 27 35 276
Decimal 23 29 190
Hex 17 1D BE

RGB Percentages of Color #171dbe

%9.50
%11.98
%78.51

CMYK Percentages of Color #171dbe

%88
%85
%0
%25

Triadic Colors of #171dbe

#171dbe #be171d #1dbe17

Analogous Colors of #171dbe

#171dbe #6517be #1771be

Monochromatic Colors of #171dbe

#171dbe

Complementary Color

#171dbe #beb817

#171dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#171dbe Color CSS Codes

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

#171dbe Text Font Color

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

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


#171dbe Background Color

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

This div background color is #171dbe


#171dbe Border Color

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

This div border color is #171dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,29,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171dbe


Comments

No comments written yet.

Please login to write comment.