Color Hex Logo

#170049 Color Hex

#170049
(23,0,73)
0 Favorites   0 Comments

Color spaces of #170049

RGB 23073
HSL0.721.000.14
HSV259°100°29°
CMYK 0.681.000.00   0.71
XYZ1.55590.66326.3493
Yxy0.66320.18160.0774
Hunter Lab8.143719.8519-40.5253
CIE-Lab5.990632.1682-39.6417

#170049 color RGB value is (23,0,73).

#170049 hex color red value is 23, green value is 0 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #170049 hue: 0.72 , saturation: 1.00 and the lightness value of 170049 is 0.14.

The process color (four color CMYK) of #170049 color hex is 0.68, 1.00, 0.00, 0.71. Web safe color of #170049 is #000033. Color #170049 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 01001001
Octal 27 0 111
Decimal 23 0 73
Hex 17 0 49

RGB Percentages of Color #170049

%23.96
%0.00
%76.04

CMYK Percentages of Color #170049

%68
%100
%0
%71

Triadic Colors of #170049

#170049 #491700 #004917

Analogous Colors of #170049

#170049 #3b0049 #000e49

Monochromatic Colors of #170049

#170049

Complementary Color

#170049 #324900

#170049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#170049 Color CSS Codes

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

#170049 Text Font Color

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

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


#170049 Background Color

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

This div background color is #170049


#170049 Border Color

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

This div border color is #170049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170049


Comments

No comments written yet.

Please login to write comment.