Color spaces of #c384fc
RGB | 195 | 132 | 252 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.75 |
HSV | 272° | 48° | 99° |
CMYK | 0.23 | 0.48 | 0.00 0.01 |
XYZ | 48.3276 | 35.1329 | 96.3296 |
Yxy | 35.1329 | 0.2688 | 0.1954 |
Hunter Lab | 59.2730 | 41.8102 | -54.8661 |
CIE-Lab | 65.8520 | 46.2656 | -50.8738 |
#c384fc color RGB value is (195,132,252).
#c384fc hex color red value is 195, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c384fc hue: 0.75 , saturation: 0.95 and the lightness value of c384fc is 0.75.
The process color (four color CMYK) of #c384fc color hex is 0.23, 0.48, 0.00, 0.01. Web safe color of #c384fc is #cc99ff. Color #c384fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10000100 | 11111100 |
Octal | 303 | 204 | 374 |
Decimal | 195 | 132 | 252 |
Hex | C3 | 84 | FC |
Shades of #c384fc
Tints of #c384fc
RGB Percentages of Color #c384fc
CMYK Percentages of Color #c384fc
Complementary Color
#c384fc | #bdfc84 |
#c384fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c384fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c384fc Color CSS Codes
.mybgcolor {background-color:#c384fc; } .myforecolor {color:#c384fc; } .mybordercolor {border:3px solid #c384fc; }
#c384fc Text Font Color
<p style="color:#c384fc">Text here</p>
This sample text font color is #c384fc
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.
#c384fc Background Color
<div style="background-color:#c384fc">
Div content here</div>
This div background color is #c384fc
#c384fc Border Color
<div style="border:3px solid #c384fc">
Div here</div>
This div border color is #c384fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,132,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c384fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c384fc; -webkit-box-shadow: 1px 1px 3px 2px #c384fc; box-shadow: 1px 1px 3px 2px #c384fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,132,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 #c384fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c384fc; -webkit-box-shadow: 1px 1px 3px 2px #c384fc; box-shadow: 1px 1px 3px 2px #c384fc;">
Div content here</div>
This div box has shadow with color #c384fc
Comments
No comments written yet.
Please login to write comment.