Color Hex Logo

#153882 Color Hex

#153882
(21,56,130)
0 Favorites   0 Comments

Color spaces of #153882

RGB 2156130
HSL0.610.720.30
HSV221°84°51°
CMYK 0.840.570.00   0.49
XYZ5.75274.599521.7037
Yxy4.59950.17950.1435
Hunter Lab21.446410.3488-44.9887
CIE-Lab25.561817.1665-45.1717

#153882 color RGB value is (21,56,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 10000010
Octal 25 70 202
Decimal 21 56 130
Hex 15 38 82

RGB Percentages of Color #153882

%10.14
%27.05
%62.80

CMYK Percentages of Color #153882

%84
%57
%0
%49

Triadic Colors of #153882

#153882 #821538 #388215

Analogous Colors of #153882

#153882 #291582 #156f82

Monochromatic Colors of #153882

#153882

Complementary Color

#153882 #825f15

#153882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153882 Color CSS Codes

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

#153882 Text Font Color

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

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


#153882 Background Color

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

This div background color is #153882


#153882 Border Color

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

This div border color is #153882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153882


Comments

No comments written yet.

Please login to write comment.