Color Hex Logo

#1340dc Color Hex

#1340DC
(19,64,220)
0 Favorites   0 Comments

Color spaces of #1340dc

RGB 1964220
HSL0.630.840.47
HSV227°91°86°
CMYK 0.910.710.00   0.14
XYZ15.02028.972568.6504
Yxy8.97250.16210.0969
Hunter Lab29.954137.0873-114.9159
CIE-Lab35.931346.4809-81.9607

#1340dc color RGB value is (19,64,220).

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

The process color (four color CMYK) of #1340dc color hex is 0.91, 0.71, 0.00, 0.14. Web safe color of #1340dc is #0033cc. Color #1340dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11011100
Octal 23 100 334
Decimal 19 64 220
Hex 13 40 DC

RGB Percentages of Color #1340dc

%6.27
%21.12
%72.61

CMYK Percentages of Color #1340dc

%91
%71
%0
%14

Triadic Colors of #1340dc

#1340dc #dc1340 #40dc13

Analogous Colors of #1340dc

#1340dc #4a13dc #13a5dc

Monochromatic Colors of #1340dc

#1340dc

Complementary Color

#1340dc #dcaf13

#1340dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340dc Color CSS Codes

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

#1340dc Text Font Color

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

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


#1340dc Background Color

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

This div background color is #1340dc


#1340dc Border Color

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

This div border color is #1340dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340dc


Comments

No comments written yet.

Please login to write comment.