Color Hex Logo

#175dcb Color Hex

#175DCB
(23,93,203)
0 Favorites   0 Comments

Color spaces of #175dcb

RGB 2393203
HSL0.600.800.44
HSV217°89°80°
CMYK 0.890.540.00   0.20
XYZ15.047212.322758.0854
Yxy12.32270.17610.1442
Hunter Lab35.103715.0825-73.5334
CIE-Lab41.724521.6722-62.6806

#175dcb color RGB value is (23,93,203).

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

The process color (four color CMYK) of #175dcb color hex is 0.89, 0.54, 0.00, 0.20. Web safe color of #175dcb is #0066cc. Color #175dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011101 11001011
Octal 27 135 313
Decimal 23 93 203
Hex 17 5D CB

RGB Percentages of Color #175dcb

%7.21
%29.15
%63.64

CMYK Percentages of Color #175dcb

%89
%54
%0
%20

Triadic Colors of #175dcb

#175dcb #cb175d #5dcb17

Analogous Colors of #175dcb

#175dcb #2b17cb #17b7cb

Monochromatic Colors of #175dcb

#175dcb

Complementary Color

#175dcb #cb8517

#175dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#175dcb Color CSS Codes

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

#175dcb Text Font Color

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

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


#175dcb Background Color

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

This div background color is #175dcb


#175dcb Border Color

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

This div border color is #175dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175dcb


Comments

No comments written yet.

Please login to write comment.