Color spaces of #c984ce
RGB | 201 | 132 | 206 |
---|---|---|---|
HSL | 0.82 | 0.43 | 0.66 |
HSV | 296° | 36° | 81° |
CMYK | 0.02 | 0.36 | 0.00 0.19 |
XYZ | 43.4792 | 33.3763 | 62.5432 |
Yxy | 33.3763 | 0.3119 | 0.2394 |
Hunter Lab | 57.7722 | 33.2372 | -23.7458 |
CIE-Lab | 64.4645 | 38.4279 | -27.5214 |
#c984ce color RGB value is (201,132,206).
#c984ce hex color red value is 201, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c984ce hue: 0.82 , saturation: 0.43 and the lightness value of c984ce is 0.66.
The process color (four color CMYK) of #c984ce color hex is 0.02, 0.36, 0.00, 0.19. Web safe color of #c984ce is #cc99cc. Color #c984ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10000100 | 11001110 |
Octal | 311 | 204 | 316 |
Decimal | 201 | 132 | 206 |
Hex | C9 | 84 | CE |
Shades of #c984ce
Tints of #c984ce
RGB Percentages of Color #c984ce
CMYK Percentages of Color #c984ce
Complementary Color
#c984ce | #89ce84 |
#c984ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c984ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c984ce Color CSS Codes
.mybgcolor {background-color:#c984ce; } .myforecolor {color:#c984ce; } .mybordercolor {border:3px solid #c984ce; }
#c984ce Text Font Color
<p style="color:#c984ce">Text here</p>
This sample text font color is #c984ce
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.
#c984ce Background Color
<div style="background-color:#c984ce">
Div content here</div>
This div background color is #c984ce
#c984ce Border Color
<div style="border:3px solid #c984ce">
Div here</div>
This div border color is #c984ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,132,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c984ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c984ce; -webkit-box-shadow: 1px 1px 3px 2px #c984ce; box-shadow: 1px 1px 3px 2px #c984ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,132,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 #c984ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c984ce; -webkit-box-shadow: 1px 1px 3px 2px #c984ce; box-shadow: 1px 1px 3px 2px #c984ce;">
Div content here</div>
This div box has shadow with color #c984ce
Comments
No comments written yet.
Please login to write comment.