Color Hex Logo

#1340e1 Color Hex

#1340E1
(19,64,225)
0 Favorites   0 Comments

Color spaces of #1340e1

RGB 1964225
HSL0.630.840.48
HSV227°92°88°
CMYK 0.920.720.00   0.12
XYZ15.69269.241572.1909
Yxy9.24150.16160.0952
Hunter Lab30.399838.9432-119.5169
CIE-Lab36.445248.2409-83.9737

#1340e1 color RGB value is (19,64,225).

#1340e1 hex color red value is 19, green value is 64 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1340e1 hue: 0.63 , saturation: 0.84 and the lightness value of 1340e1 is 0.48.

The process color (four color CMYK) of #1340e1 color hex is 0.92, 0.72, 0.00, 0.12. Web safe color of #1340e1 is #0033cc. Color #1340e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11100001
Octal 23 100 341
Decimal 19 64 225
Hex 13 40 E1

RGB Percentages of Color #1340e1

%6.17
%20.78
%73.05

CMYK Percentages of Color #1340e1

%92
%72
%0
%12

Triadic Colors of #1340e1

#1340e1 #e11340 #40e113

Analogous Colors of #1340e1

#1340e1 #4d13e1 #13a7e1

Monochromatic Colors of #1340e1

#1340e1

Complementary Color

#1340e1 #e1b413

#1340e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340e1 Color CSS Codes

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

#1340e1 Text Font Color

<p style="color:#1340e1">Text here</p>

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


#1340e1 Background Color

<div style="background-color:#1340e1">
Div content here</div>

This div background color is #1340e1


#1340e1 Border Color

<div style="border:3px solid #1340e1">
Div here</div>

This div border color is #1340e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,64,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1340e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1340e1;
  -webkit-box-shadow: 1px 1px 3px 2px #1340e1;
  box-shadow:         1px 1px 3px 2px #1340e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,64,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340e1


Comments

No comments written yet.

Please login to write comment.