Color spaces of #d231fd
RGB | 210 | 49 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.59 |
HSV | 287° | 81° | 99° |
CMYK | 0.17 | 0.81 | 0.00 0.01 |
XYZ | 45.4063 | 22.9901 | 94.9729 |
Yxy | 22.9901 | 0.2779 | 0.1407 |
Hunter Lab | 47.9480 | 85.1288 | -83.8750 |
CIE-Lab | 55.0621 | 84.5649 | -68.5714 |
#d231fd color RGB value is (210,49,253).
#d231fd hex color red value is 210, green value is 49 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d231fd hue: 0.80 , saturation: 0.98 and the lightness value of d231fd is 0.59.
The process color (four color CMYK) of #d231fd color hex is 0.17, 0.81, 0.00, 0.01. Web safe color of #d231fd is #cc33ff. Color #d231fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00110001 | 11111101 |
Octal | 322 | 61 | 375 |
Decimal | 210 | 49 | 253 |
Hex | D2 | 31 | FD |
Shades of #d231fd
Tints of #d231fd
RGB Percentages of Color #d231fd
CMYK Percentages of Color #d231fd
Complementary Color
#d231fd | #5cfd31 |
#d231fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d231fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d231fd Color CSS Codes
.mybgcolor {background-color:#d231fd; } .myforecolor {color:#d231fd; } .mybordercolor {border:3px solid #d231fd; }
#d231fd Text Font Color
<p style="color:#d231fd">Text here</p>
This sample text font color is #d231fd
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.
#d231fd Background Color
<div style="background-color:#d231fd">
Div content here</div>
This div background color is #d231fd
#d231fd Border Color
<div style="border:3px solid #d231fd">
Div here</div>
This div border color is #d231fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,49,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d231fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d231fd; -webkit-box-shadow: 1px 1px 3px 2px #d231fd; box-shadow: 1px 1px 3px 2px #d231fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,49,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 #d231fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d231fd; -webkit-box-shadow: 1px 1px 3px 2px #d231fd; box-shadow: 1px 1px 3px 2px #d231fd;">
Div content here</div>
This div box has shadow with color #d231fd
Comments
No comments written yet.
Please login to write comment.