Color spaces of #cd6cea
RGB | 205 | 108 | 234 |
---|---|---|---|
HSL | 0.79 | 0.75 | 0.67 |
HSV | 286° | 54° | 92° |
CMYK | 0.12 | 0.54 | 0.00 0.08 |
XYZ | 45.3907 | 29.6448 | 81.1716 |
Yxy | 29.6448 | 0.2906 | 0.1898 |
Hunter Lab | 54.4470 | 53.5272 | -50.2787 |
CIE-Lab | 61.3465 | 57.4322 | -47.9913 |
#cd6cea color RGB value is (205,108,234).
#cd6cea hex color red value is 205, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cd6cea hue: 0.79 , saturation: 0.75 and the lightness value of cd6cea is 0.67.
The process color (four color CMYK) of #cd6cea color hex is 0.12, 0.54, 0.00, 0.08. Web safe color of #cd6cea is #cc66ff. Color #cd6cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01101100 | 11101010 |
Octal | 315 | 154 | 352 |
Decimal | 205 | 108 | 234 |
Hex | CD | 6C | EA |
Shades of #cd6cea
Tints of #cd6cea
RGB Percentages of Color #cd6cea
CMYK Percentages of Color #cd6cea
Complementary Color
#cd6cea | #89ea6c |
#cd6cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd6cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd6cea Color CSS Codes
.mybgcolor {background-color:#cd6cea; } .myforecolor {color:#cd6cea; } .mybordercolor {border:3px solid #cd6cea; }
#cd6cea Text Font Color
<p style="color:#cd6cea">Text here</p>
This sample text font color is #cd6cea
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.
#cd6cea Background Color
<div style="background-color:#cd6cea">
Div content here</div>
This div background color is #cd6cea
#cd6cea Border Color
<div style="border:3px solid #cd6cea">
Div here</div>
This div border color is #cd6cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,108,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd6cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd6cea; -webkit-box-shadow: 1px 1px 3px 2px #cd6cea; box-shadow: 1px 1px 3px 2px #cd6cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd6cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd6cea; -webkit-box-shadow: 1px 1px 3px 2px #cd6cea; box-shadow: 1px 1px 3px 2px #cd6cea;">
Div content here</div>
This div box has shadow with color #cd6cea
Comments
No comments written yet.
Please login to write comment.