Color Hex Logo

#1340fc Color Hex

#1340FC
(19,64,252)
0 Favorites   0 Comments

Color spaces of #1340fc

RGB 1964252
HSL0.630.970.53
HSV228°92°99°
CMYK 0.920.750.00   0.01
XYZ19.672610.833593.1497
Yxy10.83350.15910.0876
Hunter Lab32.914349.0880-144.7548
CIE-Lab39.298657.4073-94.5192

#1340fc color RGB value is (19,64,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11111100
Octal 23 100 374
Decimal 19 64 252
Hex 13 40 FC

RGB Percentages of Color #1340fc

%5.67
%19.10
%75.22

CMYK Percentages of Color #1340fc

%92
%75
%0
%1

Triadic Colors of #1340fc

#1340fc #fc1340 #40fc13

Analogous Colors of #1340fc

#1340fc #5b13fc #13b5fc

Monochromatic Colors of #1340fc

#1340fc

Complementary Color

#1340fc #fccf13

#1340fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340fc Color CSS Codes

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

#1340fc Text Font Color

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

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


#1340fc Background Color

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

This div background color is #1340fc


#1340fc Border Color

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

This div border color is #1340fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340fc

Related Colors


Comments

No comments written yet.

Please login to write comment.