Color Hex Logo

#17142d Color Hex

#17142D
(23,20,45)
0 Favorites   0 Comments

Color spaces of #17142d

RGB 232045
HSL0.690.380.13
HSV247°56°18°
CMYK 0.490.560.00   0.82
XYZ1.07720.87192.5941
Yxy0.87190.23710.1919
Hunter Lab9.33764.2514-9.9353
CIE-Lab7.87589.3981-16.3840

#17142d color RGB value is (23,20,45).

#17142d hex color red value is 23, green value is 20 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #17142d hue: 0.69 , saturation: 0.38 and the lightness value of 17142d is 0.13.

The process color (four color CMYK) of #17142d color hex is 0.49, 0.56, 0.00, 0.82. Web safe color of #17142d is #000033. Color #17142d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 00101101
Octal 27 24 55
Decimal 23 20 45
Hex 17 14 2D

RGB Percentages of Color #17142d

%26.14
%22.73
%51.14

CMYK Percentages of Color #17142d

%49
%56
%0
%82

Triadic Colors of #17142d

#17142d #2d1714 #142d17

Analogous Colors of #17142d

#17142d #24142d #141e2d

Monochromatic Colors of #17142d

#17142d

Complementary Color

#17142d #2a2d14

#17142d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17142d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17142d Color CSS Codes

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

#17142d Text Font Color

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

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


#17142d Background Color

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

This div background color is #17142d


#17142d Border Color

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

This div border color is #17142d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17142d


Comments

No comments written yet.

Please login to write comment.