Color spaces of #c927fc
RGB | 201 | 39 | 252 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.57 |
HSV | 286° | 85° | 99° |
CMYK | 0.20 | 0.85 | 0.00 0.01 |
XYZ | 42.3836 | 20.8968 | 93.8951 |
Yxy | 20.8968 | 0.2697 | 0.1330 |
Hunter Lab | 45.7130 | 85.5015 | -89.7833 |
CIE-Lab | 52.8364 | 85.2855 | -71.6833 |
#c927fc color RGB value is (201,39,252).
#c927fc hex color red value is 201, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c927fc hue: 0.79 , saturation: 0.97 and the lightness value of c927fc is 0.57.
The process color (four color CMYK) of #c927fc color hex is 0.20, 0.85, 0.00, 0.01. Web safe color of #c927fc is #cc33ff. Color #c927fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00100111 | 11111100 |
Octal | 311 | 47 | 374 |
Decimal | 201 | 39 | 252 |
Hex | C9 | 27 | FC |
Shades of #c927fc
Tints of #c927fc
RGB Percentages of Color #c927fc
CMYK Percentages of Color #c927fc
Complementary Color
#c927fc | #5afc27 |
#c927fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c927fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c927fc Color CSS Codes
.mybgcolor {background-color:#c927fc; } .myforecolor {color:#c927fc; } .mybordercolor {border:3px solid #c927fc; }
#c927fc Text Font Color
<p style="color:#c927fc">Text here</p>
This sample text font color is #c927fc
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.
#c927fc Background Color
<div style="background-color:#c927fc">
Div content here</div>
This div background color is #c927fc
#c927fc Border Color
<div style="border:3px solid #c927fc">
Div here</div>
This div border color is #c927fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,39,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c927fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c927fc; -webkit-box-shadow: 1px 1px 3px 2px #c927fc; box-shadow: 1px 1px 3px 2px #c927fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,39,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c927fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c927fc; -webkit-box-shadow: 1px 1px 3px 2px #c927fc; box-shadow: 1px 1px 3px 2px #c927fc;">
Div content here</div>
This div box has shadow with color #c927fc
Comments
No comments written yet.
Please login to write comment.