Color Hex Logo

#17080d Color Hex

#17080D
(23,8,13)
0 Favorites   0 Comments

Color spaces of #17080d

RGB 23813
HSL0.940.480.06
HSV340°65°
CMYK 0.000.650.43   0.91
XYZ0.51280.38490.4280
Yxy0.38490.38680.2903
Hunter Lab6.20403.89700.2526
CIE-Lab3.47686.0202-0.1274

#17080d color RGB value is (23,8,13).

#17080d hex color red value is 23, green value is 8 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #17080d hue: 0.94 , saturation: 0.48 and the lightness value of 17080d is 0.06.

The process color (four color CMYK) of #17080d color hex is 0.00, 0.65, 0.43, 0.91. Web safe color of #17080d is #000000. Color #17080d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001000 00001101
Octal 27 10 15
Decimal 23 8 13
Hex 17 8 D

RGB Percentages of Color #17080d

%52.27
%18.18
%29.55

CMYK Percentages of Color #17080d

%0
%65
%43
%91

Triadic Colors of #17080d

#17080d #0d1708 #080d17

Analogous Colors of #17080d

#17080d #170b08 #170815

Monochromatic Colors of #17080d

#17080d

Complementary Color

#17080d #081712

#17080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17080d Color CSS Codes

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

#17080d Text Font Color

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

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


#17080d Background Color

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

This div background color is #17080d


#17080d Border Color

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

This div border color is #17080d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17080d


Comments

No comments written yet.

Please login to write comment.