Color Hex Logo

#1413fd Color Hex

#1413FD
(20,19,253)
0 Favorites   0 Comments

Color spaces of #1413fd

RGB 2019253
HSL0.670.980.53
HSV240°92°99°
CMYK 0.920.920.00   0.01
XYZ18.25107.706393.4540
Yxy7.70630.15280.0645
Hunter Lab27.760268.7747-180.1659
CIE-Lab33.363675.6863-104.9585

#1413fd color RGB value is (20,19,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 11111101
Octal 24 23 375
Decimal 20 19 253
Hex 14 13 FD

RGB Percentages of Color #1413fd

%6.85
%6.51
%86.64

CMYK Percentages of Color #1413fd

%92
%92
%0
%1

Triadic Colors of #1413fd

#1413fd #fd1413 #13fd14

Analogous Colors of #1413fd

#1413fd #8913fd #1387fd

Monochromatic Colors of #1413fd

#1413fd

Complementary Color

#1413fd #fcfd13

#1413fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1413fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1413fd Color CSS Codes

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

#1413fd Text Font Color

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

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


#1413fd Background Color

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

This div background color is #1413fd


#1413fd Border Color

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

This div border color is #1413fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1413fd

Related Colors


Comments

No comments written yet.

Please login to write comment.