Color Hex Logo

#171140 Color Hex

#171140
(23,17,64)
0 Favorites   0 Comments

Color spaces of #171140

RGB 231764
HSL0.690.580.16
HSV248°73°25°
CMYK 0.640.730.00   0.75
XYZ1.47920.95324.9565
Yxy0.95320.20020.1290
Hunter Lab9.76329.9585-23.2656
CIE-Lab8.595318.8196-29.0058

#171140 color RGB value is (23,17,64).

#171140 hex color red value is 23, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #171140 hue: 0.69 , saturation: 0.58 and the lightness value of 171140 is 0.16.

The process color (four color CMYK) of #171140 color hex is 0.64, 0.73, 0.00, 0.75. Web safe color of #171140 is #000033. Color #171140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010001 01000000
Octal 27 21 100
Decimal 23 17 64
Hex 17 11 40

RGB Percentages of Color #171140

%22.12
%16.35
%61.54

CMYK Percentages of Color #171140

%64
%73
%0
%75

Triadic Colors of #171140

#171140 #401711 #114017

Analogous Colors of #171140

#171140 #2f1140 #112340

Monochromatic Colors of #171140

#171140

Complementary Color

#171140 #3a4011

#171140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171140 Color CSS Codes

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

#171140 Text Font Color

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

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


#171140 Background Color

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

This div background color is #171140


#171140 Border Color

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

This div border color is #171140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171140


Comments

No comments written yet.

Please login to write comment.