Color Hex Logo

#175ecd Color Hex

#175ECD
(23,94,205)
0 Favorites   0 Comments

Color spaces of #175ecd

RGB 2394205
HSL0.600.800.45
HSV217°89°80°
CMYK 0.890.540.00   0.20
XYZ15.375512.595359.3784
Yxy12.59530.17600.1442
Hunter Lab35.489915.2255-74.3557
CIE-Lab42.147021.8038-63.1468

#175ecd color RGB value is (23,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011110 11001101
Octal 27 136 315
Decimal 23 94 205
Hex 17 5E CD

RGB Percentages of Color #175ecd

%7.14
%29.19
%63.66

CMYK Percentages of Color #175ecd

%89
%54
%0
%20

Triadic Colors of #175ecd

#175ecd #cd175e #5ecd17

Analogous Colors of #175ecd

#175ecd #2b17cd #17b9cd

Monochromatic Colors of #175ecd

#175ecd

Complementary Color

#175ecd #cd8617

#175ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#175ecd Color CSS Codes

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

#175ecd Text Font Color

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

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


#175ecd Background Color

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

This div background color is #175ecd


#175ecd Border Color

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

This div border color is #175ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175ecd


Comments

No comments written yet.

Please login to write comment.