Color Hex Logo

#171fb4 Color Hex

#171FB4
(23,31,180)
0 Favorites   0 Comments

Color spaces of #171fb4

RGB 2331180
HSL0.660.770.40
HSV237°87°71°
CMYK 0.870.830.00   0.29
XYZ9.08164.457443.5617
Yxy4.45740.15900.0781
Hunter Lab21.112639.8351-107.5547
CIE-Lab25.129451.3017-76.4582

#171fb4 color RGB value is (23,31,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011111 10110100
Octal 27 37 264
Decimal 23 31 180
Hex 17 1F B4

RGB Percentages of Color #171fb4

%9.83
%13.25
%76.92

CMYK Percentages of Color #171fb4

%87
%83
%0
%29

Triadic Colors of #171fb4

#171fb4 #b4171f #1fb417

Analogous Colors of #171fb4

#171fb4 #5d17b4 #176eb4

Monochromatic Colors of #171fb4

#171fb4

Complementary Color

#171fb4 #b4ac17

#171fb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171fb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171fb4 Color CSS Codes

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

#171fb4 Text Font Color

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

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


#171fb4 Background Color

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

This div background color is #171fb4


#171fb4 Border Color

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

This div border color is #171fb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171fb4


Comments

No comments written yet.

Please login to write comment.