Color spaces of #c65fdb
RGB | 198 | 95 | 219 |
---|---|---|---|
HSL | 0.81 | 0.63 | 0.62 |
HSV | 290° | 57° | 86° |
CMYK | 0.10 | 0.57 | 0.00 0.14 |
XYZ | 40.1671 | 25.3047 | 69.7851 |
Yxy | 25.3047 | 0.2970 | 0.1871 |
Hunter Lab | 50.3038 | 54.4990 | -47.0388 |
CIE-Lab | 57.3711 | 58.9607 | -45.9353 |
#c65fdb color RGB value is (198,95,219).
#c65fdb hex color red value is 198, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c65fdb hue: 0.81 , saturation: 0.63 and the lightness value of c65fdb is 0.62.
The process color (four color CMYK) of #c65fdb color hex is 0.10, 0.57, 0.00, 0.14. Web safe color of #c65fdb is #cc66cc. Color #c65fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01011111 | 11011011 |
Octal | 306 | 137 | 333 |
Decimal | 198 | 95 | 219 |
Hex | C6 | 5F | DB |
Shades of #c65fdb
Tints of #c65fdb
RGB Percentages of Color #c65fdb
CMYK Percentages of Color #c65fdb
Complementary Color
#c65fdb | #74db5f |
#c65fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c65fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c65fdb Color CSS Codes
.mybgcolor {background-color:#c65fdb; } .myforecolor {color:#c65fdb; } .mybordercolor {border:3px solid #c65fdb; }
#c65fdb Text Font Color
<p style="color:#c65fdb">Text here</p>
This sample text font color is #c65fdb
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.
#c65fdb Background Color
<div style="background-color:#c65fdb">
Div content here</div>
This div background color is #c65fdb
#c65fdb Border Color
<div style="border:3px solid #c65fdb">
Div here</div>
This div border color is #c65fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,95,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c65fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c65fdb; -webkit-box-shadow: 1px 1px 3px 2px #c65fdb; box-shadow: 1px 1px 3px 2px #c65fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,95,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c65fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c65fdb; -webkit-box-shadow: 1px 1px 3px 2px #c65fdb; box-shadow: 1px 1px 3px 2px #c65fdb;">
Div content here</div>
This div box has shadow with color #c65fdb
Comments
No comments written yet.
Please login to write comment.