Color Hex Logo

#1393fd Color Hex

#1393FD
(19,147,253)
0 Favorites   0 Comments

Color spaces of #1393fd

RGB 19147253
HSL0.580.980.53
HSV207°92°99°
CMYK 0.920.420.00   0.01
XYZ28.431928.097796.8534
Yxy28.09770.18540.1832
Hunter Lab53.00732.9807-71.2280
CIE-Lab59.97696.9079-61.3506

#1393fd color RGB value is (19,147,253).

#1393fd hex color red value is 19, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1393fd hue: 0.58 , saturation: 0.98 and the lightness value of 1393fd is 0.53.

The process color (four color CMYK) of #1393fd color hex is 0.92, 0.42, 0.00, 0.01. Web safe color of #1393fd is #0099ff. Color #1393fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010011 11111101
Octal 23 223 375
Decimal 19 147 253
Hex 13 93 FD

RGB Percentages of Color #1393fd

%4.53
%35.08
%60.38

CMYK Percentages of Color #1393fd

%92
%42
%0
%1

Triadic Colors of #1393fd

#1393fd #fd1393 #93fd13

Analogous Colors of #1393fd

#1393fd #131efd #13fdf2

Monochromatic Colors of #1393fd

#1393fd

Complementary Color

#1393fd #fd7d13

#1393fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1393fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1393fd Color CSS Codes

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

#1393fd Text Font Color

<p style="color:#1393fd">Text here</p>

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


#1393fd Background Color

<div style="background-color:#1393fd">
Div content here</div>

This div background color is #1393fd


#1393fd Border Color

<div style="border:3px solid #1393fd">
Div here</div>

This div border color is #1393fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,147,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1393fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1393fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1393fd;
  box-shadow:         1px 1px 3px 2px #1393fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,147,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 #1393fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1393fd

Related Colors


Comments

No comments written yet.

Please login to write comment.