Color Hex Logo

#17063c Color Hex

#17063C
(23,6,60)
0 Favorites   0 Comments

Color spaces of #17063c

RGB 23660
HSL0.720.820.13
HSV259°90°24°
CMYK 0.620.900.00   0.76
XYZ1.23410.63874.3332
Yxy0.63870.19890.1029
Hunter Lab7.991913.5781-26.5528
CIE-Lab5.769323.6855-30.7497

#17063c color RGB value is (23,6,60).

#17063c hex color red value is 23, green value is 6 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #17063c hue: 0.72 , saturation: 0.82 and the lightness value of 17063c is 0.13.

The process color (four color CMYK) of #17063c color hex is 0.62, 0.90, 0.00, 0.76. Web safe color of #17063c is #000033. Color #17063c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000110 00111100
Octal 27 6 74
Decimal 23 6 60
Hex 17 6 3C

RGB Percentages of Color #17063c

%25.84
%6.74
%67.42

CMYK Percentages of Color #17063c

%62
%90
%0
%76

Triadic Colors of #17063c

#17063c #3c1706 #063c17

Analogous Colors of #17063c

#17063c #32063c #06103c

Monochromatic Colors of #17063c

#17063c

Complementary Color

#17063c #2b3c06

#17063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#17063c Color CSS Codes

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

#17063c Text Font Color

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

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


#17063c Background Color

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

This div background color is #17063c


#17063c Border Color

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

This div border color is #17063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17063c


Comments

No comments written yet.

Please login to write comment.