Color spaces of #d435fd
RGB | 212 | 53 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.60 |
HSV | 288° | 79° | 99° |
CMYK | 0.16 | 0.79 | 0.00 0.01 |
XYZ | 46.1541 | 23.6351 | 95.0579 |
Yxy | 23.6351 | 0.2800 | 0.1434 |
Hunter Lab | 48.6159 | 84.3831 | -81.8975 |
CIE-Lab | 55.7206 | 83.8608 | -67.4931 |
#d435fd color RGB value is (212,53,253).
#d435fd hex color red value is 212, green value is 53 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d435fd hue: 0.80 , saturation: 0.98 and the lightness value of d435fd is 0.60.
The process color (four color CMYK) of #d435fd color hex is 0.16, 0.79, 0.00, 0.01. Web safe color of #d435fd is #cc33ff. Color #d435fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00110101 | 11111101 |
Octal | 324 | 65 | 375 |
Decimal | 212 | 53 | 253 |
Hex | D4 | 35 | FD |
Shades of #d435fd
Tints of #d435fd
RGB Percentages of Color #d435fd
CMYK Percentages of Color #d435fd
Complementary Color
#d435fd | #5efd35 |
#d435fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d435fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d435fd Color CSS Codes
.mybgcolor {background-color:#d435fd; } .myforecolor {color:#d435fd; } .mybordercolor {border:3px solid #d435fd; }
#d435fd Text Font Color
<p style="color:#d435fd">Text here</p>
This sample text font color is #d435fd
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.
#d435fd Background Color
<div style="background-color:#d435fd">
Div content here</div>
This div background color is #d435fd
#d435fd Border Color
<div style="border:3px solid #d435fd">
Div here</div>
This div border color is #d435fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,53,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d435fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d435fd; -webkit-box-shadow: 1px 1px 3px 2px #d435fd; box-shadow: 1px 1px 3px 2px #d435fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,53,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 #d435fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d435fd; -webkit-box-shadow: 1px 1px 3px 2px #d435fd; box-shadow: 1px 1px 3px 2px #d435fd;">
Div content here</div>
This div box has shadow with color #d435fd
Comments
No comments written yet.
Please login to write comment.