Color spaces of #c970fa
RGB | 201 | 112 | 250 |
---|---|---|---|
HSL | 0.77 | 0.93 | 0.71 |
HSV | 279° | 55° | 98° |
CMYK | 0.20 | 0.55 | 0.00 0.02 |
XYZ | 47.1369 | 30.9080 | 93.9239 |
Yxy | 30.9080 | 0.2741 | 0.1797 |
Hunter Lab | 55.5950 | 54.0523 | -61.2499 |
CIE-Lab | 62.4299 | 57.7113 | -55.1622 |
#c970fa color RGB value is (201,112,250).
#c970fa hex color red value is 201, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c970fa hue: 0.77 , saturation: 0.93 and the lightness value of c970fa is 0.71.
The process color (four color CMYK) of #c970fa color hex is 0.20, 0.55, 0.00, 0.02. Web safe color of #c970fa is #cc66ff. Color #c970fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110000 | 11111010 |
Octal | 311 | 160 | 372 |
Decimal | 201 | 112 | 250 |
Hex | C9 | 70 | FA |
Shades of #c970fa
Tints of #c970fa
RGB Percentages of Color #c970fa
CMYK Percentages of Color #c970fa
Complementary Color
#c970fa | #a1fa70 |
#c970fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c970fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c970fa Color CSS Codes
.mybgcolor {background-color:#c970fa; } .myforecolor {color:#c970fa; } .mybordercolor {border:3px solid #c970fa; }
#c970fa Text Font Color
<p style="color:#c970fa">Text here</p>
This sample text font color is #c970fa
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.
#c970fa Background Color
<div style="background-color:#c970fa">
Div content here</div>
This div background color is #c970fa
#c970fa Border Color
<div style="border:3px solid #c970fa">
Div here</div>
This div border color is #c970fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,112,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c970fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c970fa; -webkit-box-shadow: 1px 1px 3px 2px #c970fa; box-shadow: 1px 1px 3px 2px #c970fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,112,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c970fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c970fa; -webkit-box-shadow: 1px 1px 3px 2px #c970fa; box-shadow: 1px 1px 3px 2px #c970fa;">
Div content here</div>
This div box has shadow with color #c970fa
Comments
No comments written yet.
Please login to write comment.