Color spaces of #c14fdd
RGB | 193 | 79 | 221 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.59 |
HSV | 288° | 64° | 87° |
CMYK | 0.13 | 0.64 | 0.00 0.13 |
XYZ | 37.8394 | 22.1499 | 70.6876 |
Yxy | 22.1499 | 0.2896 | 0.1695 |
Hunter Lab | 47.0637 | 61.1533 | -56.1064 |
CIE-Lab | 54.1857 | 65.2982 | -52.1675 |
#c14fdd color RGB value is (193,79,221).
#c14fdd hex color red value is 193, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c14fdd hue: 0.80 , saturation: 0.68 and the lightness value of c14fdd is 0.59.
The process color (four color CMYK) of #c14fdd color hex is 0.13, 0.64, 0.00, 0.13. Web safe color of #c14fdd is #cc66cc. Color #c14fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01001111 | 11011101 |
Octal | 301 | 117 | 335 |
Decimal | 193 | 79 | 221 |
Hex | C1 | 4F | DD |
Shades of #c14fdd
Tints of #c14fdd
RGB Percentages of Color #c14fdd
CMYK Percentages of Color #c14fdd
Complementary Color
#c14fdd | #6bdd4f |
#c14fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c14fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c14fdd Color CSS Codes
.mybgcolor {background-color:#c14fdd; } .myforecolor {color:#c14fdd; } .mybordercolor {border:3px solid #c14fdd; }
#c14fdd Text Font Color
<p style="color:#c14fdd">Text here</p>
This sample text font color is #c14fdd
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.
#c14fdd Background Color
<div style="background-color:#c14fdd">
Div content here</div>
This div background color is #c14fdd
#c14fdd Border Color
<div style="border:3px solid #c14fdd">
Div here</div>
This div border color is #c14fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,79,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c14fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c14fdd; -webkit-box-shadow: 1px 1px 3px 2px #c14fdd; box-shadow: 1px 1px 3px 2px #c14fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,79,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c14fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c14fdd; -webkit-box-shadow: 1px 1px 3px 2px #c14fdd; box-shadow: 1px 1px 3px 2px #c14fdd;">
Div content here</div>
This div box has shadow with color #c14fdd
Comments
No comments written yet.
Please login to write comment.