Color Hex Logo

#155aea Color Hex

#155AEA
(21,90,234)
0 Favorites   0 Comments

Color spaces of #155aea

RGB 2190234
HSL0.610.840.50
HSV221°91°92°
CMYK 0.910.620.00   0.08
XYZ18.816713.412379.4390
Yxy13.41230.16850.1201
Hunter Lab36.622827.6229-102.9707
CIE-Lab43.378035.4706-77.6719

#155aea color RGB value is (21,90,234).

#155aea hex color red value is 21, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #155aea hue: 0.61 , saturation: 0.84 and the lightness value of 155aea is 0.50.

The process color (four color CMYK) of #155aea color hex is 0.91, 0.62, 0.00, 0.08. Web safe color of #155aea is #0066ff. Color #155aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011010 11101010
Octal 25 132 352
Decimal 21 90 234
Hex 15 5A EA

RGB Percentages of Color #155aea

%6.09
%26.09
%67.83

CMYK Percentages of Color #155aea

%91
%62
%0
%8

Triadic Colors of #155aea

#155aea #ea155a #5aea15

Analogous Colors of #155aea

#155aea #3a15ea #15c5ea

Monochromatic Colors of #155aea

#155aea

Complementary Color

#155aea #eaa515

#155aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#155aea Color CSS Codes

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

#155aea Text Font Color

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

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


#155aea Background Color

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

This div background color is #155aea


#155aea Border Color

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

This div border color is #155aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,90,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155aea


Comments

No comments written yet.

Please login to write comment.