Color Hex Logo

#17328d Color Hex

#17328D
(23,50,141)
0 Favorites   0 Comments

Color spaces of #17328d

RGB 2350141
HSL0.630.720.32
HSV226°84°55°
CMYK 0.840.650.00   0.45
XYZ6.30174.386525.7138
Yxy4.38650.17310.1205
Hunter Lab20.944017.0558-58.1321
CIE-Lab24.910126.0319-53.0882

#17328d color RGB value is (23,50,141).

#17328d hex color red value is 23, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #17328d hue: 0.63 , saturation: 0.72 and the lightness value of 17328d is 0.32.

The process color (four color CMYK) of #17328d color hex is 0.84, 0.65, 0.00, 0.45. Web safe color of #17328d is #003399. Color #17328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 10001101
Octal 27 62 215
Decimal 23 50 141
Hex 17 32 8D

RGB Percentages of Color #17328d

%10.75
%23.36
%65.89

CMYK Percentages of Color #17328d

%84
%65
%0
%45

Triadic Colors of #17328d

#17328d #8d1732 #328d17

Analogous Colors of #17328d

#17328d #37178d #176d8d

Monochromatic Colors of #17328d

#17328d

Complementary Color

#17328d #8d7217

#17328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17328d Color CSS Codes

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

#17328d Text Font Color

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

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


#17328d Background Color

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

This div background color is #17328d


#17328d Border Color

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

This div border color is #17328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17328d


Comments

No comments written yet.

Please login to write comment.