Color spaces of #d58afa
RGB | 213 | 138 | 250 |
---|---|---|---|
HSL | 0.78 | 0.92 | 0.76 |
HSV | 280° | 45° | 98° |
CMYK | 0.15 | 0.45 | 0.00 0.02 |
XYZ | 53.7844 | 39.2252 | 95.1790 |
Yxy | 39.2252 | 0.2858 | 0.2084 |
Hunter Lab | 62.6300 | 43.6868 | -46.2621 |
CIE-Lab | 68.9141 | 47.5550 | -44.8268 |
#d58afa color RGB value is (213,138,250).
#d58afa hex color red value is 213, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d58afa hue: 0.78 , saturation: 0.92 and the lightness value of d58afa is 0.76.
The process color (four color CMYK) of #d58afa color hex is 0.15, 0.45, 0.00, 0.02. Web safe color of #d58afa is #cc99ff. Color #d58afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10001010 | 11111010 |
Octal | 325 | 212 | 372 |
Decimal | 213 | 138 | 250 |
Hex | D5 | 8A | FA |
Shades of #d58afa
Tints of #d58afa
RGB Percentages of Color #d58afa
CMYK Percentages of Color #d58afa
Complementary Color
#d58afa | #affa8a |
#d58afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d58afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d58afa Color CSS Codes
.mybgcolor {background-color:#d58afa; } .myforecolor {color:#d58afa; } .mybordercolor {border:3px solid #d58afa; }
#d58afa Text Font Color
<p style="color:#d58afa">Text here</p>
This sample text font color is #d58afa
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.
#d58afa Background Color
<div style="background-color:#d58afa">
Div content here</div>
This div background color is #d58afa
#d58afa Border Color
<div style="border:3px solid #d58afa">
Div here</div>
This div border color is #d58afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,138,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d58afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d58afa; -webkit-box-shadow: 1px 1px 3px 2px #d58afa; box-shadow: 1px 1px 3px 2px #d58afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,138,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d58afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d58afa; -webkit-box-shadow: 1px 1px 3px 2px #d58afa; box-shadow: 1px 1px 3px 2px #d58afa;">
Div content here</div>
This div box has shadow with color #d58afa
Comments
No comments written yet.
Please login to write comment.