Color Hex Logo

#1374fd Color Hex

#1374FD
(19,116,253)
0 Favorites   0 Comments

Color spaces of #1374fd

RGB 19116253
HSL0.600.980.53
HSV215°92°99°
CMYK 0.920.540.00   0.01
XYZ24.243619.721195.4573
Yxy19.72110.17390.1414
Hunter Lab44.408419.7325-96.3597
CIE-Lab51.520426.0589-75.0021

#1374fd color RGB value is (19,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 11111101
Octal 23 164 375
Decimal 19 116 253
Hex 13 74 FD

RGB Percentages of Color #1374fd

%4.90
%29.90
%65.21

CMYK Percentages of Color #1374fd

%92
%54
%0
%1

Triadic Colors of #1374fd

#1374fd #fd1374 #74fd13

Analogous Colors of #1374fd

#1374fd #2713fd #13e9fd

Monochromatic Colors of #1374fd

#1374fd

Complementary Color

#1374fd #fd9c13

#1374fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1374fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1374fd Color CSS Codes

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

#1374fd Text Font Color

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

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


#1374fd Background Color

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

This div background color is #1374fd


#1374fd Border Color

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

This div border color is #1374fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1374fd


Comments

No comments written yet.

Please login to write comment.