Color Hex Logo

#175dbd Color Hex

#175DBD
(23,93,189)
0 Favorites   0 Comments

Color spaces of #175dbd

RGB 2393189
HSL0.600.780.42
HSV215°88°74°
CMYK 0.880.510.00   0.26
XYZ13.453011.685049.6905
Yxy11.68500.17980.1562
Hunter Lab34.183310.4286-62.2584
CIE-Lab40.711016.1294-56.2036

#175dbd color RGB value is (23,93,189).

#175dbd hex color red value is 23, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #175dbd hue: 0.60 , saturation: 0.78 and the lightness value of 175dbd is 0.42.

The process color (four color CMYK) of #175dbd color hex is 0.88, 0.51, 0.00, 0.26. Web safe color of #175dbd is #0066cc. Color #175dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011101 10111101
Octal 27 135 275
Decimal 23 93 189
Hex 17 5D BD

RGB Percentages of Color #175dbd

%7.54
%30.49
%61.97

CMYK Percentages of Color #175dbd

%88
%51
%0
%26

Triadic Colors of #175dbd

#175dbd #bd175d #5dbd17

Analogous Colors of #175dbd

#175dbd #2417bd #17b0bd

Monochromatic Colors of #175dbd

#175dbd

Complementary Color

#175dbd #bd7717

#175dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#175dbd Color CSS Codes

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

#175dbd Text Font Color

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

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


#175dbd Background Color

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

This div background color is #175dbd


#175dbd Border Color

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

This div border color is #175dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175dbd

#175dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.