Color Hex Logo

#139ec2 Color Hex

#139EC2
(19,158,194)
0 Favorites   0 Comments

Color spaces of #139ec2

RGB 19158194
HSL0.530.820.42
HSV192°90°76°
CMYK 0.900.190.00   0.24
XYZ22.233028.487255.3657
Yxy28.48720.20960.2685
Hunter Lab53.3734-19.0482-24.1418
CIE-Lab60.3264-20.9179-28.0361

#139ec2 color RGB value is (19,158,194).

#139ec2 hex color red value is 19, green value is 158 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #139ec2 hue: 0.53 , saturation: 0.82 and the lightness value of 139ec2 is 0.42.

The process color (four color CMYK) of #139ec2 color hex is 0.90, 0.19, 0.00, 0.24. Web safe color of #139ec2 is #0099cc. Color #139ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011110 11000010
Octal 23 236 302
Decimal 19 158 194
Hex 13 9E C2

RGB Percentages of Color #139ec2

%5.12
%42.59
%52.29

CMYK Percentages of Color #139ec2

%90
%19
%0
%24

Triadic Colors of #139ec2

#139ec2 #c2139e #9ec213

Analogous Colors of #139ec2

#139ec2 #1347c2 #13c28f

Monochromatic Colors of #139ec2

#139ec2

Complementary Color

#139ec2 #c23713

#139ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139ec2 Color CSS Codes

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

#139ec2 Text Font Color

<p style="color:#139ec2">Text here</p>

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


#139ec2 Background Color

<div style="background-color:#139ec2">
Div content here</div>

This div background color is #139ec2


#139ec2 Border Color

<div style="border:3px solid #139ec2">
Div here</div>

This div border color is #139ec2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,158,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139ec2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139ec2;
  -webkit-box-shadow: 1px 1px 3px 2px #139ec2;
  box-shadow:         1px 1px 3px 2px #139ec2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139ec2


Comments

No comments written yet.

Please login to write comment.