Color spaces of #c84699
RGB | 200 | 70 | 153 |
---|---|---|---|
HSL | 0.89 | 0.54 | 0.53 |
HSV | 322° | 65° | 78° |
CMYK | 0.00 | 0.65 | 0.24 0.22 |
XYZ | 31.7593 | 18.9596 | 32.1227 |
Yxy | 18.9596 | 0.3834 | 0.2289 |
Hunter Lab | 43.5426 | 53.9955 | -13.2602 |
CIE-Lab | 50.6399 | 59.7202 | -18.2453 |
#c84699 color RGB value is (200,70,153).
#c84699 hex color red value is 200, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c84699 hue: 0.89 , saturation: 0.54 and the lightness value of c84699 is 0.53.
The process color (four color CMYK) of #c84699 color hex is 0.00, 0.65, 0.24, 0.22. Web safe color of #c84699 is #cc3399. Color #c84699 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01000110 | 10011001 |
Octal | 310 | 106 | 231 |
Decimal | 200 | 70 | 153 |
Hex | C8 | 46 | 99 |
Shades of #c84699
Tints of #c84699
RGB Percentages of Color #c84699
CMYK Percentages of Color #c84699
Complementary Color
#c84699 | #46c875 |
#c84699 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c84699 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c84699 Color CSS Codes
.mybgcolor {background-color:#c84699; } .myforecolor {color:#c84699; } .mybordercolor {border:3px solid #c84699; }
#c84699 Text Font Color
<p style="color:#c84699">Text here</p>
This sample text font color is #c84699
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.
#c84699 Background Color
<div style="background-color:#c84699">
Div content here</div>
This div background color is #c84699
#c84699 Border Color
<div style="border:3px solid #c84699">
Div here</div>
This div border color is #c84699
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,70,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c84699; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c84699; -webkit-box-shadow: 1px 1px 3px 2px #c84699; box-shadow: 1px 1px 3px 2px #c84699; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,70,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c84699">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c84699; -webkit-box-shadow: 1px 1px 3px 2px #c84699; box-shadow: 1px 1px 3px 2px #c84699;">
Div content here</div>
This div box has shadow with color #c84699
Comments
No comments written yet.
Please login to write comment.