Color Hex Logo

#1340ea Color Hex

#1340EA
(19,64,234)
0 Favorites   0 Comments

Color spaces of #1340ea

RGB 1964234
HSL0.630.850.50
HSV227°92°92°
CMYK 0.920.730.00   0.08
XYZ16.95329.745878.8295
Yxy9.74580.16070.0924
Hunter Lab31.218342.3032-127.8609
CIE-Lab37.382351.3582-87.5478

#1340ea color RGB value is (19,64,234).

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

The process color (four color CMYK) of #1340ea color hex is 0.92, 0.73, 0.00, 0.08. Web safe color of #1340ea is #0033ff. Color #1340ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11101010
Octal 23 100 352
Decimal 19 64 234
Hex 13 40 EA

RGB Percentages of Color #1340ea

%5.99
%20.19
%73.82

CMYK Percentages of Color #1340ea

%92
%73
%0
%8

Triadic Colors of #1340ea

#1340ea #ea1340 #40ea13

Analogous Colors of #1340ea

#1340ea #5213ea #13acea

Monochromatic Colors of #1340ea

#1340ea

Complementary Color

#1340ea #eabd13

#1340ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340ea Color CSS Codes

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

#1340ea Text Font Color

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

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


#1340ea Background Color

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

This div background color is #1340ea


#1340ea Border Color

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

This div border color is #1340ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340ea


Comments

No comments written yet.

Please login to write comment.