Color Hex Logo

#135ec2 Color Hex

#135EC2
(19,94,194)
0 Favorites   0 Comments

Color spaces of #135ec2

RGB 1994194
HSL0.600.820.42
HSV214°90°76°
CMYK 0.900.520.00   0.24
XYZ14.008912.038952.6243
Yxy12.03890.17810.1530
Hunter Lab34.697111.3491-65.6358
CIE-Lab41.277917.2269-58.1989

#135ec2 color RGB value is (19,94,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011110 11000010
Octal 23 136 302
Decimal 19 94 194
Hex 13 5E C2

RGB Percentages of Color #135ec2

%6.19
%30.62
%63.19

CMYK Percentages of Color #135ec2

%90
%52
%0
%24

Triadic Colors of #135ec2

#135ec2 #c2135e #5ec213

Analogous Colors of #135ec2

#135ec2 #1f13c2 #13b6c2

Monochromatic Colors of #135ec2

#135ec2

Complementary Color

#135ec2 #c27713

#135ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135ec2 Color CSS Codes

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

#135ec2 Text Font Color

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

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


#135ec2 Background Color

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

This div background color is #135ec2


#135ec2 Border Color

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

This div border color is #135ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135ec2


Comments

No comments written yet.

Please login to write comment.