Color Hex Logo

#155387 Color Hex

#155387
(21,83,135)
0 Favorites   0 Comments

Color spaces of #155387

RGB 2183135
HSL0.580.730.31
HSV207°84°53°
CMYK 0.840.390.00   0.47
XYZ7.77578.095224.0744
Yxy8.09520.19470.2027
Hunter Lab28.4521-1.0086-30.2511
CIE-Lab34.18040.7606-34.4198

#155387 color RGB value is (21,83,135).

#155387 hex color red value is 21, green value is 83 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #155387 hue: 0.58 , saturation: 0.73 and the lightness value of 155387 is 0.31.

The process color (four color CMYK) of #155387 color hex is 0.84, 0.39, 0.00, 0.47. Web safe color of #155387 is #006699. Color #155387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 10000111
Octal 25 123 207
Decimal 21 83 135
Hex 15 53 87

RGB Percentages of Color #155387

%8.79
%34.73
%56.49

CMYK Percentages of Color #155387

%84
%39
%0
%47

Triadic Colors of #155387

#155387 #871553 #538715

Analogous Colors of #155387

#155387 #151a87 #158782

Monochromatic Colors of #155387

#155387

Complementary Color

#155387 #874915

#155387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155387 Color CSS Codes

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

#155387 Text Font Color

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

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


#155387 Background Color

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

This div background color is #155387


#155387 Border Color

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

This div border color is #155387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,83,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155387;
  -webkit-box-shadow: 1px 1px 3px 2px #155387;
  box-shadow:         1px 1px 3px 2px #155387; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155387


Comments

No comments written yet.

Please login to write comment.