Color Hex Logo

#17115c Color Hex

#17115C
(23,17,92)
0 Favorites   0 Comments

Color spaces of #17115c

RGB 231792
HSL0.680.690.21
HSV245°82°36°
CMYK 0.750.820.00   0.64
XYZ2.48561.355810.2559
Yxy1.35580.17630.0962
Hunter Lab11.643917.7273-44.0718
CIE-Lab11.660329.1862-43.3084

#17115c color RGB value is (23,17,92).

#17115c hex color red value is 23, green value is 17 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #17115c hue: 0.68 , saturation: 0.69 and the lightness value of 17115c is 0.21.

The process color (four color CMYK) of #17115c color hex is 0.75, 0.82, 0.00, 0.64. Web safe color of #17115c is #000066. Color #17115c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010001 01011100
Octal 27 21 134
Decimal 23 17 92
Hex 17 11 5C

RGB Percentages of Color #17115c

%17.42
%12.88
%69.70

CMYK Percentages of Color #17115c

%75
%82
%0
%64

Triadic Colors of #17115c

#17115c #5c1711 #115c17

Analogous Colors of #17115c

#17115c #3c115c #11315c

Monochromatic Colors of #17115c

#17115c

Complementary Color

#17115c #565c11

#17115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#17115c Color CSS Codes

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

#17115c Text Font Color

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

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


#17115c Background Color

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

This div background color is #17115c


#17115c Border Color

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

This div border color is #17115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17115c


Comments

No comments written yet.

Please login to write comment.