Color spaces of #32228d
RGB | 50 | 34 | 141 |
---|---|---|---|
HSL | 0.69 | 0.61 | 0.34 |
HSV | 249° | 76° | 55° |
CMYK | 0.65 | 0.76 | 0.00 0.45 |
XYZ | 6.6951 | 3.7453 | 25.5693 |
Yxy | 3.7453 | 0.1859 | 0.1040 |
Hunter Lab | 19.3528 | 27.8848 | -64.7883 |
CIE-Lab | 22.8109 | 39.2067 | -56.4755 |
#32228d color RGB value is (50,34,141).
#32228d hex color red value is 50, green value is 34 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #32228d hue: 0.69 , saturation: 0.61 and the lightness value of 32228d is 0.34.
The process color (four color CMYK) of #32228d color hex is 0.65, 0.76, 0.00, 0.45. Web safe color of #32228d is #333399. Color #32228d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00100010 | 10001101 |
Octal | 62 | 42 | 215 |
Decimal | 50 | 34 | 141 |
Hex | 32 | 22 | 8D |
Shades of #32228d
Tints of #32228d
RGB Percentages of Color #32228d
CMYK Percentages of Color #32228d
Complementary Color
#32228d | #7d8d22 |
#32228d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32228d Color Preview on White Background
Lorem ipsum dolor sit amet.
#32228d Color CSS Codes
.mybgcolor {background-color:#32228d; } .myforecolor {color:#32228d; } .mybordercolor {border:3px solid #32228d; }
#32228d Text Font Color
<p style="color:#32228d">Text here</p>
This sample text font color is #32228d
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.
#32228d Background Color
<div style="background-color:#32228d">
Div content here</div>
This div background color is #32228d
#32228d Border Color
<div style="border:3px solid #32228d">
Div here</div>
This div border color is #32228d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,34,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32228d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32228d; -webkit-box-shadow: 1px 1px 3px 2px #32228d; box-shadow: 1px 1px 3px 2px #32228d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,34,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 #32228d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32228d; -webkit-box-shadow: 1px 1px 3px 2px #32228d; box-shadow: 1px 1px 3px 2px #32228d;">
Div content here</div>
This div box has shadow with color #32228d
Comments
No comments written yet.
Please login to write comment.