Color spaces of #c214af
RGB | 194 | 20 | 175 |
---|---|---|---|
HSL | 0.85 | 0.81 | 0.42 |
HSV | 307° | 90° | 76° |
CMYK | 0.00 | 0.90 | 0.10 0.24 |
XYZ | 30.2362 | 15.0648 | 41.8716 |
Yxy | 15.0648 | 0.3469 | 0.1728 |
Hunter Lab | 38.8134 | 71.1306 | -36.7922 |
CIE-Lab | 45.7228 | 75.2769 | -39.0211 |
#c214af color RGB value is (194,20,175).
#c214af hex color red value is 194, green value is 20 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c214af hue: 0.85 , saturation: 0.81 and the lightness value of c214af is 0.42.
The process color (four color CMYK) of #c214af color hex is 0.00, 0.90, 0.10, 0.24. Web safe color of #c214af is #cc0099. Color #c214af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00010100 | 10101111 |
Octal | 302 | 24 | 257 |
Decimal | 194 | 20 | 175 |
Hex | C2 | 14 | AF |
Shades of #c214af
Tints of #c214af
RGB Percentages of Color #c214af
CMYK Percentages of Color #c214af
Complementary Color
#c214af | #14c227 |
#c214af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c214af Color Preview on White Background
Lorem ipsum dolor sit amet.
#c214af Color CSS Codes
.mybgcolor {background-color:#c214af; } .myforecolor {color:#c214af; } .mybordercolor {border:3px solid #c214af; }
#c214af Text Font Color
<p style="color:#c214af">Text here</p>
This sample text font color is #c214af
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.
#c214af Background Color
<div style="background-color:#c214af">
Div content here</div>
This div background color is #c214af
#c214af Border Color
<div style="border:3px solid #c214af">
Div here</div>
This div border color is #c214af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,20,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c214af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c214af; -webkit-box-shadow: 1px 1px 3px 2px #c214af; box-shadow: 1px 1px 3px 2px #c214af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,20,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c214af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c214af; -webkit-box-shadow: 1px 1px 3px 2px #c214af; box-shadow: 1px 1px 3px 2px #c214af;">
Div content here</div>
This div box has shadow with color #c214af
Comments
No comments written yet.
Please login to write comment.