Color Hex Logo

#170072 Color Hex

#170072
(23,0,114)
0 Favorites   0 Comments

Color spaces of #170072

RGB 230114
HSL0.701.000.22
HSV252°100°45°
CMYK 0.801.000.00   0.55
XYZ3.39061.397116.0105
Yxy1.39710.16300.0672
Hunter Lab11.819930.5188-72.0366
CIE-Lab11.938344.1709-57.3934

#170072 color RGB value is (23,0,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 01110010
Octal 27 0 162
Decimal 23 0 114
Hex 17 0 72

RGB Percentages of Color #170072

%16.79
%0.00
%83.21

CMYK Percentages of Color #170072

%80
%100
%0
%55

Triadic Colors of #170072

#170072 #721700 #007217

Analogous Colors of #170072

#170072 #500072 #002272

Monochromatic Colors of #170072

#170072

Complementary Color

#170072 #5b7200

#170072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#170072 Color CSS Codes

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

#170072 Text Font Color

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

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


#170072 Background Color

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

This div background color is #170072


#170072 Border Color

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

This div border color is #170072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,0,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 #170072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170072


Comments

No comments written yet.

Please login to write comment.