Color spaces of #c45ecd
RGB | 196 | 94 | 205 |
---|---|---|---|
HSL | 0.82 | 0.53 | 0.59 |
HSV | 295° | 54° | 80° |
CMYK | 0.04 | 0.54 | 0.00 0.20 |
XYZ | 37.7871 | 24.1489 | 60.4272 |
Yxy | 24.1489 | 0.3088 | 0.1974 |
Hunter Lab | 49.1415 | 51.2589 | -38.5073 |
CIE-Lab | 56.2366 | 56.2887 | -39.8109 |
#c45ecd color RGB value is (196,94,205).
#c45ecd hex color red value is 196, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c45ecd hue: 0.82 , saturation: 0.53 and the lightness value of c45ecd is 0.59.
The process color (four color CMYK) of #c45ecd color hex is 0.04, 0.54, 0.00, 0.20. Web safe color of #c45ecd is #cc66cc. Color #c45ecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01011110 | 11001101 |
Octal | 304 | 136 | 315 |
Decimal | 196 | 94 | 205 |
Hex | C4 | 5E | CD |
Shades of #c45ecd
Tints of #c45ecd
RGB Percentages of Color #c45ecd
CMYK Percentages of Color #c45ecd
Complementary Color
#c45ecd | #67cd5e |
#c45ecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c45ecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c45ecd Color CSS Codes
.mybgcolor {background-color:#c45ecd; } .myforecolor {color:#c45ecd; } .mybordercolor {border:3px solid #c45ecd; }
#c45ecd Text Font Color
<p style="color:#c45ecd">Text here</p>
This sample text font color is #c45ecd
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.
#c45ecd Background Color
<div style="background-color:#c45ecd">
Div content here</div>
This div background color is #c45ecd
#c45ecd Border Color
<div style="border:3px solid #c45ecd">
Div here</div>
This div border color is #c45ecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,94,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c45ecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c45ecd; -webkit-box-shadow: 1px 1px 3px 2px #c45ecd; box-shadow: 1px 1px 3px 2px #c45ecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,94,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c45ecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c45ecd; -webkit-box-shadow: 1px 1px 3px 2px #c45ecd; box-shadow: 1px 1px 3px 2px #c45ecd;">
Div content here</div>
This div box has shadow with color #c45ecd
Comments
No comments written yet.
Please login to write comment.