Color Hex Logo

#153883 Color Hex

#153883
(21,56,131)
0 Favorites   0 Comments

Color spaces of #153883

RGB 2156131
HSL0.610.720.30
HSV221°84°51°
CMYK 0.840.570.00   0.49
XYZ5.82024.626522.0590
Yxy4.62650.17910.1423
Hunter Lab21.509310.6590-45.7487
CIE-Lab25.643017.5815-45.6658

#153883 color RGB value is (21,56,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10000011
Octal 25 70 203
Decimal 21 56 131
Hex 15 38 83

RGB Percentages of Color #153883

%10.10
%26.92
%62.98

CMYK Percentages of Color #153883

%84
%57
%0
%49

Triadic Colors of #153883

#153883 #831538 #388315

Analogous Colors of #153883

#153883 #291583 #156f83

Monochromatic Colors of #153883

#153883

Complementary Color

#153883 #836015

#153883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153883 Color CSS Codes

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

#153883 Text Font Color

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

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


#153883 Background Color

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

This div background color is #153883


#153883 Border Color

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

This div border color is #153883


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,56,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 #153883">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153883


Comments

No comments written yet.

Please login to write comment.