Color spaces of #cd80ec
RGB | 205 | 128 | 236 |
---|---|---|---|
HSL | 0.79 | 0.74 | 0.71 |
HSV | 283° | 46° | 93° |
CMYK | 0.13 | 0.46 | 0.00 0.07 |
XYZ | 48.0363 | 34.4736 | 83.4792 |
Yxy | 34.4736 | 0.2894 | 0.2077 |
Hunter Lab | 58.7142 | 43.2876 | -43.1979 |
CIE-Lab | 65.3368 | 47.6831 | -42.8141 |
#cd80ec color RGB value is (205,128,236).
#cd80ec hex color red value is 205, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cd80ec hue: 0.79 , saturation: 0.74 and the lightness value of cd80ec is 0.71.
The process color (four color CMYK) of #cd80ec color hex is 0.13, 0.46, 0.00, 0.07. Web safe color of #cd80ec is #cc99ff. Color #cd80ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10000000 | 11101100 |
Octal | 315 | 200 | 354 |
Decimal | 205 | 128 | 236 |
Hex | CD | 80 | EC |
Shades of #cd80ec
Tints of #cd80ec
RGB Percentages of Color #cd80ec
CMYK Percentages of Color #cd80ec
Complementary Color
#cd80ec | #9fec80 |
#cd80ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd80ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd80ec Color CSS Codes
.mybgcolor {background-color:#cd80ec; } .myforecolor {color:#cd80ec; } .mybordercolor {border:3px solid #cd80ec; }
#cd80ec Text Font Color
<p style="color:#cd80ec">Text here</p>
This sample text font color is #cd80ec
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.
#cd80ec Background Color
<div style="background-color:#cd80ec">
Div content here</div>
This div background color is #cd80ec
#cd80ec Border Color
<div style="border:3px solid #cd80ec">
Div here</div>
This div border color is #cd80ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,128,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd80ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd80ec; -webkit-box-shadow: 1px 1px 3px 2px #cd80ec; box-shadow: 1px 1px 3px 2px #cd80ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,128,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd80ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd80ec; -webkit-box-shadow: 1px 1px 3px 2px #cd80ec; box-shadow: 1px 1px 3px 2px #cd80ec;">
Div content here</div>
This div box has shadow with color #cd80ec
Comments
No comments written yet.
Please login to write comment.