Color Hex Logo

#172adb Color Hex

#172ADB
(23,42,219)
0 Favorites   0 Comments

Color spaces of #172adb

RGB 2342219
HSL0.650.810.47
HSV234°89°86°
CMYK 0.890.810.00   0.14
XYZ13.96756.952667.6236
Yxy6.95260.15770.0785
Hunter Lab26.367848.4111-133.5994
CIE-Lab31.698858.2557-88.3989

#172adb color RGB value is (23,42,219).

#172adb hex color red value is 23, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #172adb hue: 0.65 , saturation: 0.81 and the lightness value of 172adb is 0.47.

The process color (four color CMYK) of #172adb color hex is 0.89, 0.81, 0.00, 0.14. Web safe color of #172adb is #0033cc. Color #172adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101010 11011011
Octal 27 52 333
Decimal 23 42 219
Hex 17 2A DB

RGB Percentages of Color #172adb

%8.10
%14.79
%77.11

CMYK Percentages of Color #172adb

%89
%81
%0
%14

Triadic Colors of #172adb

#172adb #db172a #2adb17

Analogous Colors of #172adb

#172adb #6617db #178cdb

Monochromatic Colors of #172adb

#172adb

Complementary Color

#172adb #dbc817

#172adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#172adb Color CSS Codes

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

#172adb Text Font Color

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

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


#172adb Background Color

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

This div background color is #172adb


#172adb Border Color

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

This div border color is #172adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172adb


Comments

No comments written yet.

Please login to write comment.