Color Hex Logo

#175dfd Color Hex

#175DFD
(23,93,253)
0 Favorites   0 Comments

Color spaces of #175dfd

RGB 2393253
HSL0.620.980.54
HSV222°91°99°
CMYK 0.910.630.00   0.01
XYZ21.997315.102794.6842
Yxy15.10270.16690.1146
Hunter Lab38.862233.0281-117.2512
CIE-Lab45.774540.7130-84.3907

#175dfd color RGB value is (23,93,253).

#175dfd hex color red value is 23, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #175dfd hue: 0.62 , saturation: 0.98 and the lightness value of 175dfd is 0.54.

The process color (four color CMYK) of #175dfd color hex is 0.91, 0.63, 0.00, 0.01. Web safe color of #175dfd is #0066ff. Color #175dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01011101 11111101
Octal 27 135 375
Decimal 23 93 253
Hex 17 5D FD

RGB Percentages of Color #175dfd

%6.23
%25.20
%68.56

CMYK Percentages of Color #175dfd

%91
%63
%0
%1

Triadic Colors of #175dfd

#175dfd #fd175d #5dfd17

Analogous Colors of #175dfd

#175dfd #4417fd #17d0fd

Monochromatic Colors of #175dfd

#175dfd

Complementary Color

#175dfd #fdb717

#175dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#175dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#175dfd Color CSS Codes

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

#175dfd Text Font Color

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

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


#175dfd Background Color

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

This div background color is #175dfd


#175dfd Border Color

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

This div border color is #175dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #175dfd


Comments

No comments written yet.

Please login to write comment.