Color Hex Logo

#1377ed Color Hex

#1377ED
(19,119,237)
0 Favorites   0 Comments

Color spaces of #1377ed

RGB 19119237
HSL0.590.860.50
HSV212°92°93°
CMYK 0.920.500.00   0.07
XYZ22.151419.446582.7068
Yxy19.44650.17820.1564
Hunter Lab44.098212.4923-80.3305
CIE-Lab51.205518.0186-66.6119

#1377ed color RGB value is (19,119,237).

#1377ed hex color red value is 19, green value is 119 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1377ed hue: 0.59 , saturation: 0.86 and the lightness value of 1377ed is 0.50.

The process color (four color CMYK) of #1377ed color hex is 0.92, 0.50, 0.00, 0.07. Web safe color of #1377ed is #0066ff. Color #1377ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 11101101
Octal 23 167 355
Decimal 19 119 237
Hex 13 77 ED

RGB Percentages of Color #1377ed

%5.07
%31.73
%63.20

CMYK Percentages of Color #1377ed

%92
%50
%0
%7

Triadic Colors of #1377ed

#1377ed #ed1377 #77ed13

Analogous Colors of #1377ed

#1377ed #1c13ed #13e4ed

Monochromatic Colors of #1377ed

#1377ed

Complementary Color

#1377ed #ed8913

#1377ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1377ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1377ed Color CSS Codes

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

#1377ed Text Font Color

<p style="color:#1377ed">Text here</p>

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


#1377ed Background Color

<div style="background-color:#1377ed">
Div content here</div>

This div background color is #1377ed


#1377ed Border Color

<div style="border:3px solid #1377ed">
Div here</div>

This div border color is #1377ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,119,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1377ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1377ed;
  -webkit-box-shadow: 1px 1px 3px 2px #1377ed;
  box-shadow:         1px 1px 3px 2px #1377ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1377ed


Comments

No comments written yet.

Please login to write comment.