Color spaces of #d58dfd
RGB | 213 | 141 | 253 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.77 |
HSV | 279° | 44° | 99° |
CMYK | 0.16 | 0.44 | 0.00 0.01 |
XYZ | 54.6951 | 40.2877 | 97.8221 |
Yxy | 40.2877 | 0.2837 | 0.2090 |
Hunter Lab | 63.4726 | 42.7386 | -46.9452 |
CIE-Lab | 69.6740 | 46.6008 | -45.2707 |
#d58dfd color RGB value is (213,141,253).
#d58dfd hex color red value is 213, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d58dfd hue: 0.77 , saturation: 0.97 and the lightness value of d58dfd is 0.77.
The process color (four color CMYK) of #d58dfd color hex is 0.16, 0.44, 0.00, 0.01. Web safe color of #d58dfd is #cc99ff. Color #d58dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10001101 | 11111101 |
Octal | 325 | 215 | 375 |
Decimal | 213 | 141 | 253 |
Hex | D5 | 8D | FD |
Shades of #d58dfd
Tints of #d58dfd
RGB Percentages of Color #d58dfd
CMYK Percentages of Color #d58dfd
Complementary Color
#d58dfd | #b5fd8d |
#d58dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d58dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d58dfd Color CSS Codes
.mybgcolor {background-color:#d58dfd; } .myforecolor {color:#d58dfd; } .mybordercolor {border:3px solid #d58dfd; }
#d58dfd Text Font Color
<p style="color:#d58dfd">Text here</p>
This sample text font color is #d58dfd
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.
#d58dfd Background Color
<div style="background-color:#d58dfd">
Div content here</div>
This div background color is #d58dfd
#d58dfd Border Color
<div style="border:3px solid #d58dfd">
Div here</div>
This div border color is #d58dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,141,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d58dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d58dfd; -webkit-box-shadow: 1px 1px 3px 2px #d58dfd; box-shadow: 1px 1px 3px 2px #d58dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,141,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d58dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d58dfd; -webkit-box-shadow: 1px 1px 3px 2px #d58dfd; box-shadow: 1px 1px 3px 2px #d58dfd;">
Div content here</div>
This div box has shadow with color #d58dfd
Comments
No comments written yet.
Please login to write comment.