Color spaces of #c93abf
RGB | 201 | 58 | 191 |
---|---|---|---|
HSL | 0.84 | 0.57 | 0.51 |
HSV | 304° | 71° | 79° |
CMYK | 0.00 | 0.71 | 0.05 0.21 |
XYZ | 35.0044 | 19.2052 | 51.1523 |
Yxy | 19.2052 | 0.3322 | 0.1823 |
Hunter Lab | 43.8237 | 65.8861 | -38.5283 |
CIE-Lab | 50.9264 | 69.9214 | -40.0862 |
#c93abf color RGB value is (201,58,191).
#c93abf hex color red value is 201, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c93abf hue: 0.84 , saturation: 0.57 and the lightness value of c93abf is 0.51.
The process color (four color CMYK) of #c93abf color hex is 0.00, 0.71, 0.05, 0.21. Web safe color of #c93abf is #cc33cc. Color #c93abf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00111010 | 10111111 |
Octal | 311 | 72 | 277 |
Decimal | 201 | 58 | 191 |
Hex | C9 | 3A | BF |
Shades of #c93abf
Tints of #c93abf
RGB Percentages of Color #c93abf
CMYK Percentages of Color #c93abf
Complementary Color
#c93abf | #3ac944 |
#c93abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c93abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c93abf Color CSS Codes
.mybgcolor {background-color:#c93abf; } .myforecolor {color:#c93abf; } .mybordercolor {border:3px solid #c93abf; }
#c93abf Text Font Color
<p style="color:#c93abf">Text here</p>
This sample text font color is #c93abf
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.
#c93abf Background Color
<div style="background-color:#c93abf">
Div content here</div>
This div background color is #c93abf
#c93abf Border Color
<div style="border:3px solid #c93abf">
Div here</div>
This div border color is #c93abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,58,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c93abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c93abf; -webkit-box-shadow: 1px 1px 3px 2px #c93abf; box-shadow: 1px 1px 3px 2px #c93abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,58,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 #c93abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c93abf; -webkit-box-shadow: 1px 1px 3px 2px #c93abf; box-shadow: 1px 1px 3px 2px #c93abf;">
Div content here</div>
This div box has shadow with color #c93abf
Comments
No comments written yet.
Please login to write comment.