Color spaces of #d16ceb
RGB | 209 | 108 | 235 |
---|---|---|---|
HSL | 0.80 | 0.76 | 0.67 |
HSV | 288° | 54° | 92° |
CMYK | 0.11 | 0.54 | 0.00 0.08 |
XYZ | 46.6525 | 30.2786 | 81.9828 |
Yxy | 30.2786 | 0.2936 | 0.1905 |
Hunter Lab | 55.0260 | 55.0416 | -49.8175 |
CIE-Lab | 61.8939 | 58.6614 | -47.6497 |
#d16ceb color RGB value is (209,108,235).
#d16ceb hex color red value is 209, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d16ceb hue: 0.80 , saturation: 0.76 and the lightness value of d16ceb is 0.67.
The process color (four color CMYK) of #d16ceb color hex is 0.11, 0.54, 0.00, 0.08. Web safe color of #d16ceb is #cc66ff. Color #d16ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01101100 | 11101011 |
Octal | 321 | 154 | 353 |
Decimal | 209 | 108 | 235 |
Hex | D1 | 6C | EB |
Shades of #d16ceb
Tints of #d16ceb
RGB Percentages of Color #d16ceb
CMYK Percentages of Color #d16ceb
Complementary Color
#d16ceb | #86eb6c |
#d16ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d16ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d16ceb Color CSS Codes
.mybgcolor {background-color:#d16ceb; } .myforecolor {color:#d16ceb; } .mybordercolor {border:3px solid #d16ceb; }
#d16ceb Text Font Color
<p style="color:#d16ceb">Text here</p>
This sample text font color is #d16ceb
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.
#d16ceb Background Color
<div style="background-color:#d16ceb">
Div content here</div>
This div background color is #d16ceb
#d16ceb Border Color
<div style="border:3px solid #d16ceb">
Div here</div>
This div border color is #d16ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,108,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d16ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d16ceb; -webkit-box-shadow: 1px 1px 3px 2px #d16ceb; box-shadow: 1px 1px 3px 2px #d16ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,108,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d16ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d16ceb; -webkit-box-shadow: 1px 1px 3px 2px #d16ceb; box-shadow: 1px 1px 3px 2px #d16ceb;">
Div content here</div>
This div box has shadow with color #d16ceb
Comments
No comments written yet.
Please login to write comment.