Color Hex Logo

#155ec2 Color Hex

#155EC2
(21,94,194)
0 Favorites   0 Comments

Color spaces of #155ec2

RGB 2194194
HSL0.600.800.42
HSV215°89°76°
CMYK 0.890.520.00   0.24
XYZ14.049612.059952.6262
Yxy12.05990.17840.1532
Hunter Lab34.727411.4426-65.5395
CIE-Lab41.311217.3389-58.1434

#155ec2 color RGB value is (21,94,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011110 11000010
Octal 25 136 302
Decimal 21 94 194
Hex 15 5E C2

RGB Percentages of Color #155ec2

%6.80
%30.42
%62.78

CMYK Percentages of Color #155ec2

%89
%52
%0
%24

Triadic Colors of #155ec2

#155ec2 #c2155e #5ec215

Analogous Colors of #155ec2

#155ec2 #2215c2 #15b5c2

Monochromatic Colors of #155ec2

#155ec2

Complementary Color

#155ec2 #c27915

#155ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155ec2 Color CSS Codes

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

#155ec2 Text Font Color

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

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


#155ec2 Background Color

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

This div background color is #155ec2


#155ec2 Border Color

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

This div border color is #155ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155ec2


Comments

No comments written yet.

Please login to write comment.