Color spaces of #cd5fed
RGB | 205 | 95 | 237 |
---|---|---|---|
HSL | 0.80 | 0.80 | 0.65 |
HSV | 286° | 60° | 93° |
CMYK | 0.14 | 0.60 | 0.00 0.07 |
XYZ | 44.5551 | 27.2780 | 83.0376 |
Yxy | 27.2780 | 0.2877 | 0.1761 |
Hunter Lab | 52.2283 | 60.8757 | -57.7051 |
CIE-Lab | 59.2308 | 64.1388 | -53.0183 |
#cd5fed color RGB value is (205,95,237).
#cd5fed hex color red value is 205, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cd5fed hue: 0.80 , saturation: 0.80 and the lightness value of cd5fed is 0.65.
The process color (four color CMYK) of #cd5fed color hex is 0.14, 0.60, 0.00, 0.07. Web safe color of #cd5fed is #cc66ff. Color #cd5fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01011111 | 11101101 |
Octal | 315 | 137 | 355 |
Decimal | 205 | 95 | 237 |
Hex | CD | 5F | ED |
Shades of #cd5fed
Tints of #cd5fed
RGB Percentages of Color #cd5fed
CMYK Percentages of Color #cd5fed
Complementary Color
#cd5fed | #7fed5f |
#cd5fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd5fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd5fed Color CSS Codes
.mybgcolor {background-color:#cd5fed; } .myforecolor {color:#cd5fed; } .mybordercolor {border:3px solid #cd5fed; }
#cd5fed Text Font Color
<p style="color:#cd5fed">Text here</p>
This sample text font color is #cd5fed
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.
#cd5fed Background Color
<div style="background-color:#cd5fed">
Div content here</div>
This div background color is #cd5fed
#cd5fed Border Color
<div style="border:3px solid #cd5fed">
Div here</div>
This div border color is #cd5fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,95,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd5fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd5fed; -webkit-box-shadow: 1px 1px 3px 2px #cd5fed; box-shadow: 1px 1px 3px 2px #cd5fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,95,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 #cd5fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5fed; -webkit-box-shadow: 1px 1px 3px 2px #cd5fed; box-shadow: 1px 1px 3px 2px #cd5fed;">
Div content here</div>
This div box has shadow with color #cd5fed
Comments
No comments written yet.
Please login to write comment.