Color spaces of #5214d9
RGB | 82 | 20 | 217 |
---|---|---|---|
HSL | 0.72 | 0.83 | 0.46 |
HSV | 259° | 91° | 85° |
CMYK | 0.62 | 0.91 | 0.00 0.15 |
XYZ | 16.2542 | 7.3039 | 66.1987 |
Yxy | 7.3039 | 0.1811 | 0.0814 |
Hunter Lab | 27.0257 | 60.0610 | -126.3110 |
CIE-Lab | 32.4890 | 68.5274 | -85.8294 |
#5214d9 color RGB value is (82,20,217).
#5214d9 hex color red value is 82, green value is 20 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #5214d9 hue: 0.72 , saturation: 0.83 and the lightness value of 5214d9 is 0.46.
The process color (four color CMYK) of #5214d9 color hex is 0.62, 0.91, 0.00, 0.15. Web safe color of #5214d9 is #6600cc. Color #5214d9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 00010100 | 11011001 |
Octal | 122 | 24 | 331 |
Decimal | 82 | 20 | 217 |
Hex | 52 | 14 | D9 |
Shades of #5214d9
Tints of #5214d9
RGB Percentages of Color #5214d9
CMYK Percentages of Color #5214d9
Complementary Color
#5214d9 | #9bd914 |
#5214d9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5214d9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5214d9 Color CSS Codes
.mybgcolor {background-color:#5214d9; } .myforecolor {color:#5214d9; } .mybordercolor {border:3px solid #5214d9; }
#5214d9 Text Font Color
<p style="color:#5214d9">Text here</p>
This sample text font color is #5214d9
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.
#5214d9 Background Color
<div style="background-color:#5214d9">
Div content here</div>
This div background color is #5214d9
#5214d9 Border Color
<div style="border:3px solid #5214d9">
Div here</div>
This div border color is #5214d9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,20,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5214d9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5214d9; -webkit-box-shadow: 1px 1px 3px 2px #5214d9; box-shadow: 1px 1px 3px 2px #5214d9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,20,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5214d9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5214d9; -webkit-box-shadow: 1px 1px 3px 2px #5214d9; box-shadow: 1px 1px 3px 2px #5214d9;">
Div content here</div>
This div box has shadow with color #5214d9
Comments
No comments written yet.
Please login to write comment.