Color Hex Logo

#172daf Color Hex

#172DAF
(23,45,175)
0 Favorites   0 Comments

Color spaces of #172daf

RGB 2345175
HSL0.640.770.39
HSV231°87°69°
CMYK 0.870.740.00   0.31
XYZ9.02965.154141.0764
Yxy5.15410.16340.0933
Hunter Lab22.702631.2658-91.3829
CIE-Lab27.169442.0714-70.0832

#172daf color RGB value is (23,45,175).

#172daf hex color red value is 23, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #172daf hue: 0.64 , saturation: 0.77 and the lightness value of 172daf is 0.39.

The process color (four color CMYK) of #172daf color hex is 0.87, 0.74, 0.00, 0.31. Web safe color of #172daf is #003399. Color #172daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101101 10101111
Octal 27 55 257
Decimal 23 45 175
Hex 17 2D AF

RGB Percentages of Color #172daf

%9.47
%18.52
%72.02

CMYK Percentages of Color #172daf

%87
%74
%0
%31

Triadic Colors of #172daf

#172daf #af172d #2daf17

Analogous Colors of #172daf

#172daf #4d17af #1779af

Monochromatic Colors of #172daf

#172daf

Complementary Color

#172daf #af9917

#172daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#172daf Color CSS Codes

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

#172daf Text Font Color

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

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


#172daf Background Color

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

This div background color is #172daf


#172daf Border Color

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

This div border color is #172daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,45,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #172daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #172daf;
  -webkit-box-shadow: 1px 1px 3px 2px #172daf;
  box-shadow:         1px 1px 3px 2px #172daf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172daf


Comments

No comments written yet.

Please login to write comment.