Color Hex Logo

#130417 Color Hex

#130417
(19,4,23)
0 Favorites   0 Comments

Color spaces of #130417

RGB 19423
HSL0.800.700.05
HSV287°83°
CMYK 0.170.830.00   0.91
XYZ0.46660.28710.8414
Yxy0.28710.29250.1800
Hunter Lab5.35826.1673-5.5597
CIE-Lab2.59347.9355-7.5636

#130417 color RGB value is (19,4,23).

#130417 hex color red value is 19, green value is 4 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #130417 hue: 0.80 , saturation: 0.70 and the lightness value of 130417 is 0.05.

The process color (four color CMYK) of #130417 color hex is 0.17, 0.83, 0.00, 0.91. Web safe color of #130417 is #000000. Color #130417 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000100 00010111
Octal 23 4 27
Decimal 19 4 23
Hex 13 4 17

RGB Percentages of Color #130417

%41.30
%8.70
%50.00

CMYK Percentages of Color #130417

%17
%83
%0
%91

Triadic Colors of #130417

#130417 #171304 #041713

Analogous Colors of #130417

#130417 #170412 #0a0417

Monochromatic Colors of #130417

#130417

Complementary Color

#130417 #081704

#130417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130417 Color CSS Codes

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

#130417 Text Font Color

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

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


#130417 Background Color

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

This div background color is #130417


#130417 Border Color

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

This div border color is #130417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130417


Comments

No comments written yet.

Please login to write comment.