Color spaces of #c752fa
RGB | 199 | 82 | 250 |
---|---|---|---|
HSL | 0.78 | 0.94 | 0.65 |
HSV | 282° | 67° | 98° |
CMYK | 0.20 | 0.67 | 0.00 0.02 |
XYZ | 43.8258 | 25.0788 | 92.9733 |
Yxy | 25.0788 | 0.2707 | 0.1549 |
Hunter Lab | 50.0787 | 68.5743 | -75.0193 |
CIE-Lab | 57.1521 | 70.9676 | -63.6173 |
#c752fa color RGB value is (199,82,250).
#c752fa hex color red value is 199, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c752fa hue: 0.78 , saturation: 0.94 and the lightness value of c752fa is 0.65.
The process color (four color CMYK) of #c752fa color hex is 0.20, 0.67, 0.00, 0.02. Web safe color of #c752fa is #cc66ff. Color #c752fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01010010 | 11111010 |
Octal | 307 | 122 | 372 |
Decimal | 199 | 82 | 250 |
Hex | C7 | 52 | FA |
Shades of #c752fa
Tints of #c752fa
RGB Percentages of Color #c752fa
CMYK Percentages of Color #c752fa
Complementary Color
#c752fa | #85fa52 |
#c752fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c752fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c752fa Color CSS Codes
.mybgcolor {background-color:#c752fa; } .myforecolor {color:#c752fa; } .mybordercolor {border:3px solid #c752fa; }
#c752fa Text Font Color
<p style="color:#c752fa">Text here</p>
This sample text font color is #c752fa
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.
#c752fa Background Color
<div style="background-color:#c752fa">
Div content here</div>
This div background color is #c752fa
#c752fa Border Color
<div style="border:3px solid #c752fa">
Div here</div>
This div border color is #c752fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,82,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c752fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c752fa; -webkit-box-shadow: 1px 1px 3px 2px #c752fa; box-shadow: 1px 1px 3px 2px #c752fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,82,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 #c752fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c752fa; -webkit-box-shadow: 1px 1px 3px 2px #c752fa; box-shadow: 1px 1px 3px 2px #c752fa;">
Div content here</div>
This div box has shadow with color #c752fa
Comments
No comments written yet.
Please login to write comment.