Color Hex Logo

#1419eb Color Hex

#1419EB
(20,25,235)
0 Favorites   0 Comments

Color spaces of #1419eb

RGB 2025235
HSL0.660.840.50
HSV239°91°92°
CMYK 0.910.890.00   0.08
XYZ15.63156.842179.0941
Yxy6.84210.15390.0674
Hunter Lab26.157460.8950-160.9694
CIE-Lab31.444769.4382-97.9857

#1419eb color RGB value is (20,25,235).

#1419eb hex color red value is 20, green value is 25 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1419eb hue: 0.66 , saturation: 0.84 and the lightness value of 1419eb is 0.50.

The process color (four color CMYK) of #1419eb color hex is 0.91, 0.89, 0.00, 0.08. Web safe color of #1419eb is #0000ff. Color #1419eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 11101011
Octal 24 31 353
Decimal 20 25 235
Hex 14 19 EB

RGB Percentages of Color #1419eb

%7.14
%8.93
%83.93

CMYK Percentages of Color #1419eb

%91
%89
%0
%8

Triadic Colors of #1419eb

#1419eb #eb1419 #19eb14

Analogous Colors of #1419eb

#1419eb #7b14eb #1485eb

Monochromatic Colors of #1419eb

#1419eb

Complementary Color

#1419eb #ebe614

#1419eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1419eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1419eb Color CSS Codes

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

#1419eb Text Font Color

<p style="color:#1419eb">Text here</p>

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


#1419eb Background Color

<div style="background-color:#1419eb">
Div content here</div>

This div background color is #1419eb


#1419eb Border Color

<div style="border:3px solid #1419eb">
Div here</div>

This div border color is #1419eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,25,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1419eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1419eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1419eb;
  box-shadow:         1px 1px 3px 2px #1419eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,25,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1419eb


Comments

No comments written yet.

Please login to write comment.