Color Hex Logo

#171401 Color Hex

#171401
(23,20,1)
0 Favorites   0 Comments

Color spaces of #171401

RGB 23201
HSL0.140.920.05
HSV52°96°
CMYK 0.000.130.96   0.91
XYZ0.60900.68470.1288
Yxy0.68470.42810.4813
Hunter Lab8.2747-1.34344.8694
CIE-Lab6.1848-1.71188.8212

#171401 color RGB value is (23,20,1).

#171401 hex color red value is 23, green value is 20 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #171401 hue: 0.14 , saturation: 0.92 and the lightness value of 171401 is 0.05.

The process color (four color CMYK) of #171401 color hex is 0.00, 0.13, 0.96, 0.91. Web safe color of #171401 is #000000. Color #171401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 00000001
Octal 27 24 1
Decimal 23 20 1
Hex 17 14 1

RGB Percentages of Color #171401

%52.27
%45.45
%2.27

CMYK Percentages of Color #171401

%0
%13
%96
%91

Triadic Colors of #171401

#171401 #011714 #140117

Analogous Colors of #171401

#171401 #0f1701 #170901

Monochromatic Colors of #171401

#171401

Complementary Color

#171401 #010417

#171401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171401 Color CSS Codes

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

#171401 Text Font Color

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

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


#171401 Background Color

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

This div background color is #171401


#171401 Border Color

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

This div border color is #171401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171401


Comments

No comments written yet.

Please login to write comment.