Color spaces of #32548d
RGB | 50 | 84 | 141 |
---|---|---|---|
HSL | 0.60 | 0.48 | 0.37 |
HSV | 218° | 65° | 55° |
CMYK | 0.65 | 0.40 | 0.00 0.45 |
XYZ | 9.2934 | 8.9418 | 26.4354 |
Yxy | 8.9418 | 0.2080 | 0.2002 |
Hunter Lab | 29.9028 | 3.1454 | -31.4829 |
CIE-Lab | 35.8720 | 6.7605 | -35.3341 |
#32548d color RGB value is (50,84,141).
#32548d hex color red value is 50, green value is 84 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #32548d hue: 0.60 , saturation: 0.48 and the lightness value of 32548d is 0.37.
The process color (four color CMYK) of #32548d color hex is 0.65, 0.40, 0.00, 0.45. Web safe color of #32548d is #336699. Color #32548d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01010100 | 10001101 |
Octal | 62 | 124 | 215 |
Decimal | 50 | 84 | 141 |
Hex | 32 | 54 | 8D |
Shades of #32548d
Tints of #32548d
RGB Percentages of Color #32548d
CMYK Percentages of Color #32548d
Complementary Color
#32548d | #8d6b32 |
#32548d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32548d Color Preview on White Background
Lorem ipsum dolor sit amet.
#32548d Color CSS Codes
.mybgcolor {background-color:#32548d; } .myforecolor {color:#32548d; } .mybordercolor {border:3px solid #32548d; }
#32548d Text Font Color
<p style="color:#32548d">Text here</p>
This sample text font color is #32548d
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.
#32548d Background Color
<div style="background-color:#32548d">
Div content here</div>
This div background color is #32548d
#32548d Border Color
<div style="border:3px solid #32548d">
Div here</div>
This div border color is #32548d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,84,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32548d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32548d; -webkit-box-shadow: 1px 1px 3px 2px #32548d; box-shadow: 1px 1px 3px 2px #32548d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,84,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #32548d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32548d; -webkit-box-shadow: 1px 1px 3px 2px #32548d; box-shadow: 1px 1px 3px 2px #32548d;">
Div content here</div>
This div box has shadow with color #32548d
Comments
No comments written yet.
Please login to write comment.