Color Hex Logo

#1378cd Color Hex

#1378CD
(19,120,205)
0 Favorites   0 Comments

Color spaces of #1378cd

RGB 19120205
HSL0.580.830.44
HSV207°91°80°
CMYK 0.910.410.00   0.20
XYZ18.004517.979260.2790
Yxy17.97920.18700.1868
Hunter Lab42.40191.5906-54.6060
CIE-Lab49.47094.9538-51.3414

#1378cd color RGB value is (19,120,205).

#1378cd hex color red value is 19, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1378cd hue: 0.58 , saturation: 0.83 and the lightness value of 1378cd is 0.44.

The process color (four color CMYK) of #1378cd color hex is 0.91, 0.41, 0.00, 0.20. Web safe color of #1378cd is #0066cc. Color #1378cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 11001101
Octal 23 170 315
Decimal 19 120 205
Hex 13 78 CD

RGB Percentages of Color #1378cd

%5.52
%34.88
%59.59

CMYK Percentages of Color #1378cd

%91
%41
%0
%20

Triadic Colors of #1378cd

#1378cd #cd1378 #78cd13

Analogous Colors of #1378cd

#1378cd #131bcd #13cdc5

Monochromatic Colors of #1378cd

#1378cd

Complementary Color

#1378cd #cd6813

#1378cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1378cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1378cd Color CSS Codes

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

#1378cd Text Font Color

<p style="color:#1378cd">Text here</p>

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


#1378cd Background Color

<div style="background-color:#1378cd">
Div content here</div>

This div background color is #1378cd


#1378cd Border Color

<div style="border:3px solid #1378cd">
Div here</div>

This div border color is #1378cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,120,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1378cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1378cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1378cd;
  box-shadow:         1px 1px 3px 2px #1378cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1378cd


Comments

No comments written yet.

Please login to write comment.