Color Hex Logo

#170073 Color Hex

#170073
(23,0,115)
0 Favorites   0 Comments

Color spaces of #170073

RGB 230115
HSL0.701.000.23
HSV252°100°45°
CMYK 0.801.000.00   0.55
XYZ3.44791.420016.3120
Yxy1.42000.16280.0670
Hunter Lab11.916430.7938-72.8190
CIE-Lab12.090244.4386-57.7902

#170073 color RGB value is (23,0,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 01110011
Octal 27 0 163
Decimal 23 0 115
Hex 17 0 73

RGB Percentages of Color #170073

%16.67
%0.00
%83.33

CMYK Percentages of Color #170073

%80
%100
%0
%55

Triadic Colors of #170073

#170073 #731700 #007317

Analogous Colors of #170073

#170073 #510073 #002373

Monochromatic Colors of #170073

#170073

Complementary Color

#170073 #5c7300

#170073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#170073 Color CSS Codes

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

#170073 Text Font Color

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

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


#170073 Background Color

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

This div background color is #170073


#170073 Border Color

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

This div border color is #170073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170073


Comments

No comments written yet.

Please login to write comment.