Color Hex Logo

#153984 Color Hex

#153984
(21,57,132)
0 Favorites   0 Comments

Color spaces of #153984

RGB 2157132
HSL0.610.730.30
HSV221°84°52°
CMYK 0.840.570.00   0.48
XYZ5.93724.751622.4340
Yxy4.75160.17920.1435
Hunter Lab21.798210.4715-45.7607
CIE-Lab26.015017.2898-45.6863

#153984 color RGB value is (21,57,132).

#153984 hex color red value is 21, green value is 57 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #153984 hue: 0.61 , saturation: 0.73 and the lightness value of 153984 is 0.30.

The process color (four color CMYK) of #153984 color hex is 0.84, 0.57, 0.00, 0.48. Web safe color of #153984 is #003399. Color #153984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111001 10000100
Octal 25 71 204
Decimal 21 57 132
Hex 15 39 84

RGB Percentages of Color #153984

%10.00
%27.14
%62.86

CMYK Percentages of Color #153984

%84
%57
%0
%48

Triadic Colors of #153984

#153984 #841539 #398415

Analogous Colors of #153984

#153984 #291584 #157184

Monochromatic Colors of #153984

#153984

Complementary Color

#153984 #846015

#153984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153984 Color CSS Codes

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

#153984 Text Font Color

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

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


#153984 Background Color

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

This div background color is #153984


#153984 Border Color

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

This div border color is #153984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153984


Comments

No comments written yet.

Please login to write comment.