Color Hex Logo

#1376dc Color Hex

#1376DC
(19,118,220)
0 Favorites   0 Comments

Color spaces of #1376dc

RGB 19118220
HSL0.580.840.47
HSV210°91°86°
CMYK 0.910.460.00   0.14
XYZ19.665318.262670.1987
Yxy18.26260.18190.1689
Hunter Lab42.73487.3547-67.4790
CIE-Lab49.813112.0498-59.3063

#1376dc color RGB value is (19,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 11011100
Octal 23 166 334
Decimal 19 118 220
Hex 13 76 DC

RGB Percentages of Color #1376dc

%5.32
%33.05
%61.62

CMYK Percentages of Color #1376dc

%91
%46
%0
%14

Triadic Colors of #1376dc

#1376dc #dc1376 #76dc13

Analogous Colors of #1376dc

#1376dc #1513dc #13dbdc

Monochromatic Colors of #1376dc

#1376dc

Complementary Color

#1376dc #dc7913

#1376dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1376dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1376dc Color CSS Codes

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

#1376dc Text Font Color

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

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


#1376dc Background Color

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

This div background color is #1376dc


#1376dc Border Color

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

This div border color is #1376dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,118,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 #1376dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1376dc


Comments

No comments written yet.

Please login to write comment.