Color spaces of #c93dbf
RGB | 201 | 61 | 191 |
---|---|---|---|
HSL | 0.85 | 0.56 | 0.51 |
HSV | 304° | 70° | 79° |
CMYK | 0.00 | 0.70 | 0.05 0.21 |
XYZ | 35.1601 | 19.5166 | 51.2041 |
Yxy | 19.5166 | 0.3321 | 0.1843 |
Hunter Lab | 44.1776 | 64.7539 | -37.7958 |
CIE-Lab | 51.2862 | 68.9012 | -39.5184 |
#c93dbf color RGB value is (201,61,191).
#c93dbf hex color red value is 201, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c93dbf hue: 0.85 , saturation: 0.56 and the lightness value of c93dbf is 0.51.
The process color (four color CMYK) of #c93dbf color hex is 0.00, 0.70, 0.05, 0.21. Web safe color of #c93dbf is #cc33cc. Color #c93dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00111101 | 10111111 |
Octal | 311 | 75 | 277 |
Decimal | 201 | 61 | 191 |
Hex | C9 | 3D | BF |
Shades of #c93dbf
Tints of #c93dbf
RGB Percentages of Color #c93dbf
CMYK Percentages of Color #c93dbf
Complementary Color
#c93dbf | #3dc947 |
#c93dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c93dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c93dbf Color CSS Codes
.mybgcolor {background-color:#c93dbf; } .myforecolor {color:#c93dbf; } .mybordercolor {border:3px solid #c93dbf; }
#c93dbf Text Font Color
<p style="color:#c93dbf">Text here</p>
This sample text font color is #c93dbf
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.
#c93dbf Background Color
<div style="background-color:#c93dbf">
Div content here</div>
This div background color is #c93dbf
#c93dbf Border Color
<div style="border:3px solid #c93dbf">
Div here</div>
This div border color is #c93dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,61,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c93dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c93dbf; -webkit-box-shadow: 1px 1px 3px 2px #c93dbf; box-shadow: 1px 1px 3px 2px #c93dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,61,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c93dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c93dbf; -webkit-box-shadow: 1px 1px 3px 2px #c93dbf; box-shadow: 1px 1px 3px 2px #c93dbf;">
Div content here</div>
This div box has shadow with color #c93dbf
Comments
No comments written yet.
Please login to write comment.