Color Hex Logo

#172bad Color Hex

#172BAD
(23,43,173)
0 Favorites   0 Comments

Color spaces of #172bad

RGB 2343173
HSL0.640.770.38
HSV232°87°68°
CMYK 0.870.750.00   0.32
XYZ8.76014.927040.0245
Yxy4.92700.16310.0917
Hunter Lab22.196831.6015-91.3717
CIE-Lab26.525842.5528-69.9486

#172bad color RGB value is (23,43,173).

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

The process color (four color CMYK) of #172bad color hex is 0.87, 0.75, 0.00, 0.32. Web safe color of #172bad is #003399. Color #172bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101011 10101101
Octal 27 53 255
Decimal 23 43 173
Hex 17 2B AD

RGB Percentages of Color #172bad

%9.62
%17.99
%72.38

CMYK Percentages of Color #172bad

%87
%75
%0
%32

Triadic Colors of #172bad

#172bad #ad172b #2bad17

Analogous Colors of #172bad

#172bad #4e17ad #1776ad

Monochromatic Colors of #172bad

#172bad

Complementary Color

#172bad #ad9917

#172bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#172bad Color CSS Codes

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

#172bad Text Font Color

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

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


#172bad Background Color

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

This div background color is #172bad


#172bad Border Color

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

This div border color is #172bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172bad


Comments

No comments written yet.

Please login to write comment.