Color spaces of #d46bed
RGB | 212 | 107 | 237 |
---|---|---|---|
HSL | 0.80 | 0.78 | 0.67 |
HSV | 288° | 55° | 93° |
CMYK | 0.11 | 0.55 | 0.00 0.07 |
XYZ | 47.6951 | 30.6269 | 83.5185 |
Yxy | 30.6269 | 0.2947 | 0.1892 |
Hunter Lab | 55.3416 | 56.9891 | -50.7381 |
CIE-Lab | 62.1914 | 60.2954 | -48.2658 |
#d46bed color RGB value is (212,107,237).
#d46bed hex color red value is 212, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d46bed hue: 0.80 , saturation: 0.78 and the lightness value of d46bed is 0.67.
The process color (four color CMYK) of #d46bed color hex is 0.11, 0.55, 0.00, 0.07. Web safe color of #d46bed is #cc66ff. Color #d46bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01101011 | 11101101 |
Octal | 324 | 153 | 355 |
Decimal | 212 | 107 | 237 |
Hex | D4 | 6B | ED |
Shades of #d46bed
Tints of #d46bed
RGB Percentages of Color #d46bed
CMYK Percentages of Color #d46bed
Complementary Color
#d46bed | #84ed6b |
#d46bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d46bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d46bed Color CSS Codes
.mybgcolor {background-color:#d46bed; } .myforecolor {color:#d46bed; } .mybordercolor {border:3px solid #d46bed; }
#d46bed Text Font Color
<p style="color:#d46bed">Text here</p>
This sample text font color is #d46bed
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.
#d46bed Background Color
<div style="background-color:#d46bed">
Div content here</div>
This div background color is #d46bed
#d46bed Border Color
<div style="border:3px solid #d46bed">
Div here</div>
This div border color is #d46bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,107,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d46bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d46bed; -webkit-box-shadow: 1px 1px 3px 2px #d46bed; box-shadow: 1px 1px 3px 2px #d46bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,107,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d46bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d46bed; -webkit-box-shadow: 1px 1px 3px 2px #d46bed; box-shadow: 1px 1px 3px 2px #d46bed;">
Div content here</div>
This div box has shadow with color #d46bed
Comments
No comments written yet.
Please login to write comment.