Color Hex Logo

#173282 Color Hex

#173282
(23,50,130)
0 Favorites   0 Comments

Color spaces of #173282

RGB 2350130
HSL0.620.700.30
HSV225°82°51°
CMYK 0.820.620.00   0.49
XYZ5.52324.075121.6146
Yxy4.07510.17700.1306
Hunter Lab20.186913.5112-49.3525
CIE-Lab23.918221.6052-47.8455

#173282 color RGB value is (23,50,130).

#173282 hex color red value is 23, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #173282 hue: 0.62 , saturation: 0.70 and the lightness value of 173282 is 0.30.

The process color (four color CMYK) of #173282 color hex is 0.82, 0.62, 0.00, 0.49. Web safe color of #173282 is #003399. Color #173282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 10000010
Octal 27 62 202
Decimal 23 50 130
Hex 17 32 82

RGB Percentages of Color #173282

%11.33
%24.63
%64.04

CMYK Percentages of Color #173282

%82
%62
%0
%49

Triadic Colors of #173282

#173282 #821732 #328217

Analogous Colors of #173282

#173282 #311782 #176882

Monochromatic Colors of #173282

#173282

Complementary Color

#173282 #826717

#173282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#173282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#173282 Color CSS Codes

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

#173282 Text Font Color

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

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


#173282 Background Color

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

This div background color is #173282


#173282 Border Color

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

This div border color is #173282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #173282


Comments

No comments written yet.

Please login to write comment.