Color Hex Logo

#193dfd Color Hex

#193DFD
(25,61,253)
0 Favorites   0 Comments

Color spaces of #193dfd

RGB 2561253
HSL0.640.980.55
HSV231°90°99°
CMYK 0.900.760.00   0.01
XYZ19.799310.636093.9379
Yxy10.63600.15920.0855
Hunter Lab32.612951.2949-147.9495
CIE-Lab38.960559.4982-95.6361

#193dfd color RGB value is (25,61,253).

#193dfd hex color red value is 25, green value is 61 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #193dfd hue: 0.64 , saturation: 0.98 and the lightness value of 193dfd is 0.55.

The process color (four color CMYK) of #193dfd color hex is 0.90, 0.76, 0.00, 0.01. Web safe color of #193dfd is #0033ff. Color #193dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 11111101
Octal 31 75 375
Decimal 25 61 253
Hex 19 3D FD

RGB Percentages of Color #193dfd

%7.37
%17.99
%74.63

CMYK Percentages of Color #193dfd

%90
%76
%0
%1

Triadic Colors of #193dfd

#193dfd #fd193d #3dfd19

Analogous Colors of #193dfd

#193dfd #6719fd #19affd

Monochromatic Colors of #193dfd

#193dfd

Complementary Color

#193dfd #fdd919

#193dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dfd Color CSS Codes

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

#193dfd Text Font Color

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

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


#193dfd Background Color

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

This div background color is #193dfd


#193dfd Border Color

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

This div border color is #193dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,61,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 #193dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.