Color Hex Logo

#1380ce Color Hex

#1380CE
(19,128,206)
0 Favorites   0 Comments

Color spaces of #1380ce

RGB 19128206
HSL0.570.830.44
HSV205°91°81°
CMYK 0.910.380.00   0.19
XYZ19.128320.033061.2511
Yxy20.03300.19050.1995
Hunter Lab44.7582-2.0415-49.8069
CIE-Lab51.87450.4476-48.0753

#1380ce color RGB value is (19,128,206).

#1380ce hex color red value is 19, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1380ce hue: 0.57 , saturation: 0.83 and the lightness value of 1380ce is 0.44.

The process color (four color CMYK) of #1380ce color hex is 0.91, 0.38, 0.00, 0.19. Web safe color of #1380ce is #0099cc. Color #1380ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 11001110
Octal 23 200 316
Decimal 19 128 206
Hex 13 80 CE

RGB Percentages of Color #1380ce

%5.38
%36.26
%58.36

CMYK Percentages of Color #1380ce

%91
%38
%0
%19

Triadic Colors of #1380ce

#1380ce #ce1380 #80ce13

Analogous Colors of #1380ce

#1380ce #1323ce #13cebf

Monochromatic Colors of #1380ce

#1380ce

Complementary Color

#1380ce #ce6113

#1380ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1380ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1380ce Color CSS Codes

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

#1380ce Text Font Color

<p style="color:#1380ce">Text here</p>

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


#1380ce Background Color

<div style="background-color:#1380ce">
Div content here</div>

This div background color is #1380ce


#1380ce Border Color

<div style="border:3px solid #1380ce">
Div here</div>

This div border color is #1380ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,128,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1380ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1380ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1380ce;
  box-shadow:         1px 1px 3px 2px #1380ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1380ce


Comments

No comments written yet.

Please login to write comment.