Color spaces of #c91dbc
RGB | 201 | 29 | 188 |
---|---|---|---|
HSL | 0.85 | 0.75 | 0.45 |
HSV | 305° | 86° | 79° |
CMYK | 0.00 | 0.86 | 0.06 0.21 |
XYZ | 33.6039 | 16.9271 | 49.0731 |
Yxy | 16.9271 | 0.3374 | 0.1699 |
Hunter Lab | 41.1426 | 73.7935 | -41.9188 |
CIE-Lab | 48.1681 | 76.9660 | -42.7063 |
#c91dbc color RGB value is (201,29,188).
#c91dbc hex color red value is 201, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c91dbc hue: 0.85 , saturation: 0.75 and the lightness value of c91dbc is 0.45.
The process color (four color CMYK) of #c91dbc color hex is 0.00, 0.86, 0.06, 0.21. Web safe color of #c91dbc is #cc33cc. Color #c91dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00011101 | 10111100 |
Octal | 311 | 35 | 274 |
Decimal | 201 | 29 | 188 |
Hex | C9 | 1D | BC |
Shades of #c91dbc
Tints of #c91dbc
RGB Percentages of Color #c91dbc
CMYK Percentages of Color #c91dbc
Complementary Color
#c91dbc | #1dc92a |
#c91dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c91dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c91dbc Color CSS Codes
.mybgcolor {background-color:#c91dbc; } .myforecolor {color:#c91dbc; } .mybordercolor {border:3px solid #c91dbc; }
#c91dbc Text Font Color
<p style="color:#c91dbc">Text here</p>
This sample text font color is #c91dbc
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.
#c91dbc Background Color
<div style="background-color:#c91dbc">
Div content here</div>
This div background color is #c91dbc
#c91dbc Border Color
<div style="border:3px solid #c91dbc">
Div here</div>
This div border color is #c91dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,29,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c91dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c91dbc; -webkit-box-shadow: 1px 1px 3px 2px #c91dbc; box-shadow: 1px 1px 3px 2px #c91dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,29,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c91dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c91dbc; -webkit-box-shadow: 1px 1px 3px 2px #c91dbc; box-shadow: 1px 1px 3px 2px #c91dbc;">
Div content here</div>
This div box has shadow with color #c91dbc
Comments
No comments written yet.
Please login to write comment.