Color Hex Logo

#155493 Color Hex

#155493
(21,84,147)
0 Favorites   0 Comments

Color spaces of #155493

RGB 2184147
HSL0.580.750.33
HSV210°86°58°
CMYK 0.860.430.00   0.42
XYZ8.74608.606728.8040
Yxy8.60670.18950.1865
Hunter Lab29.33721.8744-37.6764
CIE-Lab35.21584.9747-40.0859

#155493 color RGB value is (21,84,147).

#155493 hex color red value is 21, green value is 84 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #155493 hue: 0.58 , saturation: 0.75 and the lightness value of 155493 is 0.33.

The process color (four color CMYK) of #155493 color hex is 0.86, 0.43, 0.00, 0.42. Web safe color of #155493 is #006699. Color #155493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010100 10010011
Octal 25 124 223
Decimal 21 84 147
Hex 15 54 93

RGB Percentages of Color #155493

%8.33
%33.33
%58.33

CMYK Percentages of Color #155493

%86
%43
%0
%42

Triadic Colors of #155493

#155493 #931554 #549315

Analogous Colors of #155493

#155493 #151593 #159393

Monochromatic Colors of #155493

#155493

Complementary Color

#155493 #935415

#155493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155493 Color CSS Codes

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

#155493 Text Font Color

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

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


#155493 Background Color

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

This div background color is #155493


#155493 Border Color

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

This div border color is #155493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155493


Comments

No comments written yet.

Please login to write comment.