Color spaces of #cd4ece
RGB | 205 | 78 | 206 |
---|---|---|---|
HSL | 0.83 | 0.57 | 0.56 |
HSV | 300° | 62° | 81° |
CMYK | 0.00 | 0.62 | 0.00 0.19 |
XYZ | 39.0418 | 22.8841 | 60.7519 |
Yxy | 22.8841 | 0.3182 | 0.1865 |
Hunter Lab | 47.8373 | 61.9651 | -41.8103 |
CIE-Lab | 54.9528 | 65.8474 | -42.3182 |
#cd4ece color RGB value is (205,78,206).
#cd4ece hex color red value is 205, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cd4ece hue: 0.83 , saturation: 0.57 and the lightness value of cd4ece is 0.56.
The process color (four color CMYK) of #cd4ece color hex is 0.00, 0.62, 0.00, 0.19. Web safe color of #cd4ece is #cc66cc. Color #cd4ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01001110 | 11001110 |
Octal | 315 | 116 | 316 |
Decimal | 205 | 78 | 206 |
Hex | CD | 4E | CE |
Shades of #cd4ece
Tints of #cd4ece
RGB Percentages of Color #cd4ece
CMYK Percentages of Color #cd4ece
Complementary Color
#cd4ece | #4fce4e |
#cd4ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd4ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd4ece Color CSS Codes
.mybgcolor {background-color:#cd4ece; } .myforecolor {color:#cd4ece; } .mybordercolor {border:3px solid #cd4ece; }
#cd4ece Text Font Color
<p style="color:#cd4ece">Text here</p>
This sample text font color is #cd4ece
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.
#cd4ece Background Color
<div style="background-color:#cd4ece">
Div content here</div>
This div background color is #cd4ece
#cd4ece Border Color
<div style="border:3px solid #cd4ece">
Div here</div>
This div border color is #cd4ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,78,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd4ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd4ece; -webkit-box-shadow: 1px 1px 3px 2px #cd4ece; box-shadow: 1px 1px 3px 2px #cd4ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,78,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd4ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd4ece; -webkit-box-shadow: 1px 1px 3px 2px #cd4ece; box-shadow: 1px 1px 3px 2px #cd4ece;">
Div content here</div>
This div box has shadow with color #cd4ece
Comments
No comments written yet.
Please login to write comment.