Color Hex Logo

#171472 Color Hex

#171472
(23,20,114)
0 Favorites   0 Comments

Color spaces of #171472

RGB 2320114
HSL0.670.700.26
HSV242°82°45°
CMYK 0.800.820.00   0.55
XYZ3.64081.897416.0939
Yxy1.89740.16830.0877
Hunter Lab13.774623.0742-59.6307
CIE-Lab14.939335.1885-52.4023

#171472 color RGB value is (23,20,114).

#171472 hex color red value is 23, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #171472 hue: 0.67 , saturation: 0.70 and the lightness value of 171472 is 0.26.

The process color (four color CMYK) of #171472 color hex is 0.80, 0.82, 0.00, 0.55. Web safe color of #171472 is #000066. Color #171472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 01110010
Octal 27 24 162
Decimal 23 20 114
Hex 17 14 72

RGB Percentages of Color #171472

%14.65
%12.74
%72.61

CMYK Percentages of Color #171472

%80
%82
%0
%55

Triadic Colors of #171472

#171472 #721714 #147217

Analogous Colors of #171472

#171472 #461472 #144072

Monochromatic Colors of #171472

#171472

Complementary Color

#171472 #6f7214

#171472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171472 Color CSS Codes

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

#171472 Text Font Color

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

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


#171472 Background Color

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

This div background color is #171472


#171472 Border Color

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

This div border color is #171472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171472


Comments

No comments written yet.

Please login to write comment.