Color Hex Logo

#154888 Color Hex

#154888
(21,72,136)
0 Favorites   0 Comments

Color spaces of #154888

RGB 2172136
HSL0.590.730.31
HSV213°85°53°
CMYK 0.850.470.00   0.47
XYZ7.07066.571724.1884
Yxy6.57170.18690.1737
Hunter Lab25.63534.3711-37.9988
CIE-Lab30.81138.5127-40.4192

#154888 color RGB value is (21,72,136).

#154888 hex color red value is 21, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #154888 hue: 0.59 , saturation: 0.73 and the lightness value of 154888 is 0.31.

The process color (four color CMYK) of #154888 color hex is 0.85, 0.47, 0.00, 0.47. Web safe color of #154888 is #003399. Color #154888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001000 10001000
Octal 25 110 210
Decimal 21 72 136
Hex 15 48 88

RGB Percentages of Color #154888

%9.17
%31.44
%59.39

CMYK Percentages of Color #154888

%85
%47
%0
%47

Triadic Colors of #154888

#154888 #881548 #488815

Analogous Colors of #154888

#154888 #1b1588 #158288

Monochromatic Colors of #154888

#154888

Complementary Color

#154888 #885515

#154888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154888 Color CSS Codes

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

#154888 Text Font Color

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

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


#154888 Background Color

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

This div background color is #154888


#154888 Border Color

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

This div border color is #154888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154888


Comments

No comments written yet.

Please login to write comment.