Color Hex Logo

#155483 Color Hex

#155483
(21,84,131)
0 Favorites   0 Comments

Color spaces of #155483

RGB 2184131
HSL0.570.720.30
HSV206°84°51°
CMYK 0.840.360.00   0.49
XYZ7.57638.138822.6444
Yxy8.13880.19750.2122
Hunter Lab28.5286-2.5210-27.0911
CIE-Lab34.2703-1.4985-31.8212

#155483 color RGB value is (21,84,131).

#155483 hex color red value is 21, green value is 84 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #155483 hue: 0.57 , saturation: 0.72 and the lightness value of 155483 is 0.30.

The process color (four color CMYK) of #155483 color hex is 0.84, 0.36, 0.00, 0.49. Web safe color of #155483 is #006699. Color #155483 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010100 10000011
Octal 25 124 203
Decimal 21 84 131
Hex 15 54 83

RGB Percentages of Color #155483

%8.90
%35.59
%55.51

CMYK Percentages of Color #155483

%84
%36
%0
%49

Triadic Colors of #155483

#155483 #831554 #548315

Analogous Colors of #155483

#155483 #151d83 #15837b

Monochromatic Colors of #155483

#155483

Complementary Color

#155483 #834415

#155483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155483 Color CSS Codes

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

#155483 Text Font Color

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

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


#155483 Background Color

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

This div background color is #155483


#155483 Border Color

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

This div border color is #155483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155483


Comments

No comments written yet.

Please login to write comment.