Color spaces of #c38dfc
RGB | 195 | 141 | 252 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.77 |
HSV | 269° | 44° | 99° |
CMYK | 0.23 | 0.44 | 0.00 0.01 |
XYZ | 49.6012 | 37.6801 | 96.7542 |
Yxy | 37.6801 | 0.2695 | 0.2047 |
Hunter Lab | 61.3841 | 36.8140 | -50.4845 |
CIE-Lab | 67.7842 | 41.4126 | -47.8241 |
#c38dfc color RGB value is (195,141,252).
#c38dfc hex color red value is 195, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c38dfc hue: 0.75 , saturation: 0.95 and the lightness value of c38dfc is 0.77.
The process color (four color CMYK) of #c38dfc color hex is 0.23, 0.44, 0.00, 0.01. Web safe color of #c38dfc is #cc99ff. Color #c38dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10001101 | 11111100 |
Octal | 303 | 215 | 374 |
Decimal | 195 | 141 | 252 |
Hex | C3 | 8D | FC |
Shades of #c38dfc
Tints of #c38dfc
RGB Percentages of Color #c38dfc
CMYK Percentages of Color #c38dfc
Complementary Color
#c38dfc | #c6fc8d |
#c38dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c38dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c38dfc Color CSS Codes
.mybgcolor {background-color:#c38dfc; } .myforecolor {color:#c38dfc; } .mybordercolor {border:3px solid #c38dfc; }
#c38dfc Text Font Color
<p style="color:#c38dfc">Text here</p>
This sample text font color is #c38dfc
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.
#c38dfc Background Color
<div style="background-color:#c38dfc">
Div content here</div>
This div background color is #c38dfc
#c38dfc Border Color
<div style="border:3px solid #c38dfc">
Div here</div>
This div border color is #c38dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,141,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c38dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c38dfc; -webkit-box-shadow: 1px 1px 3px 2px #c38dfc; box-shadow: 1px 1px 3px 2px #c38dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,141,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 #c38dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c38dfc; -webkit-box-shadow: 1px 1px 3px 2px #c38dfc; box-shadow: 1px 1px 3px 2px #c38dfc;">
Div content here</div>
This div box has shadow with color #c38dfc
Comments
No comments written yet.
Please login to write comment.