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