Color spaces of #c910bd
RGB | 201 | 16 | 189 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.43 |
HSV | 304° | 92° | 79° |
CMYK | 0.00 | 0.92 | 0.06 0.21 |
XYZ | 33.4580 | 16.4622 | 49.5582 |
Yxy | 16.4622 | 0.3363 | 0.1655 |
Hunter Lab | 40.5736 | 76.1915 | -44.0175 |
CIE-Lab | 47.5751 | 79.0092 | -44.2321 |
#c910bd color RGB value is (201,16,189).
#c910bd hex color red value is 201, green value is 16 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c910bd hue: 0.84 , saturation: 0.85 and the lightness value of c910bd is 0.43.
The process color (four color CMYK) of #c910bd color hex is 0.00, 0.92, 0.06, 0.21. Web safe color of #c910bd is #cc00cc. Color #c910bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00010000 | 10111101 |
Octal | 311 | 20 | 275 |
Decimal | 201 | 16 | 189 |
Hex | C9 | 10 | BD |
Shades of #c910bd
Tints of #c910bd
RGB Percentages of Color #c910bd
CMYK Percentages of Color #c910bd
Complementary Color
#c910bd | #10c91c |
#c910bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c910bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c910bd Color CSS Codes
.mybgcolor {background-color:#c910bd; } .myforecolor {color:#c910bd; } .mybordercolor {border:3px solid #c910bd; }
#c910bd Text Font Color
<p style="color:#c910bd">Text here</p>
This sample text font color is #c910bd
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.
#c910bd Background Color
<div style="background-color:#c910bd">
Div content here</div>
This div background color is #c910bd
#c910bd Border Color
<div style="border:3px solid #c910bd">
Div here</div>
This div border color is #c910bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,16,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c910bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c910bd; -webkit-box-shadow: 1px 1px 3px 2px #c910bd; box-shadow: 1px 1px 3px 2px #c910bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,16,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c910bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c910bd; -webkit-box-shadow: 1px 1px 3px 2px #c910bd; box-shadow: 1px 1px 3px 2px #c910bd;">
Div content here</div>
This div box has shadow with color #c910bd
Comments
No comments written yet.
Please login to write comment.