Color Hex Logo

#171baf Color Hex

#171BAF
(23,27,175)
0 Favorites   0 Comments

Color spaces of #171baf

RGB 2327175
HSL0.660.770.39
HSV238°87°69°
CMYK 0.870.850.00   0.31
XYZ8.48314.061240.8942
Yxy4.06120.15870.0760
Hunter Lab20.152439.8723-106.2073
CIE-Lab23.872751.5822-75.5531

#171baf color RGB value is (23,27,175).

#171baf hex color red value is 23, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #171baf hue: 0.66 , saturation: 0.77 and the lightness value of 171baf is 0.39.

The process color (four color CMYK) of #171baf color hex is 0.87, 0.85, 0.00, 0.31. Web safe color of #171baf is #003399. Color #171baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011011 10101111
Octal 27 33 257
Decimal 23 27 175
Hex 17 1B AF

RGB Percentages of Color #171baf

%10.22
%12.00
%77.78

CMYK Percentages of Color #171baf

%87
%85
%0
%31

Triadic Colors of #171baf

#171baf #af171b #1baf17

Analogous Colors of #171baf

#171baf #5f17af #1767af

Monochromatic Colors of #171baf

#171baf

Complementary Color

#171baf #afab17

#171baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#171baf Color CSS Codes

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

#171baf Text Font Color

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

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


#171baf Background Color

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

This div background color is #171baf


#171baf Border Color

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

This div border color is #171baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171baf


Comments

No comments written yet.

Please login to write comment.