Color spaces of #c58dfd
RGB | 197 | 141 | 253 |
---|---|---|---|
HSL | 0.75 | 0.97 | 0.77 |
HSV | 270° | 44° | 99° |
CMYK | 0.22 | 0.44 | 0.00 0.01 |
XYZ | 50.2805 | 38.0119 | 97.6155 |
Yxy | 38.0119 | 0.2705 | 0.2045 |
Hunter Lab | 61.6538 | 37.6779 | -50.7153 |
CIE-Lab | 68.0294 | 42.1851 | -47.9702 |
#c58dfd color RGB value is (197,141,253).
#c58dfd hex color red value is 197, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c58dfd hue: 0.75 , saturation: 0.97 and the lightness value of c58dfd is 0.77.
The process color (four color CMYK) of #c58dfd color hex is 0.22, 0.44, 0.00, 0.01. Web safe color of #c58dfd is #cc99ff. Color #c58dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001101 | 11111101 |
Octal | 305 | 215 | 375 |
Decimal | 197 | 141 | 253 |
Hex | C5 | 8D | FD |
Shades of #c58dfd
Tints of #c58dfd
RGB Percentages of Color #c58dfd
CMYK Percentages of Color #c58dfd
Complementary Color
#c58dfd | #c5fd8d |
#c58dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58dfd Color CSS Codes
.mybgcolor {background-color:#c58dfd; } .myforecolor {color:#c58dfd; } .mybordercolor {border:3px solid #c58dfd; }
#c58dfd Text Font Color
<p style="color:#c58dfd">Text here</p>
This sample text font color is #c58dfd
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.
#c58dfd Background Color
<div style="background-color:#c58dfd">
Div content here</div>
This div background color is #c58dfd
#c58dfd Border Color
<div style="border:3px solid #c58dfd">
Div here</div>
This div border color is #c58dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,141,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58dfd; -webkit-box-shadow: 1px 1px 3px 2px #c58dfd; box-shadow: 1px 1px 3px 2px #c58dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,141,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58dfd; -webkit-box-shadow: 1px 1px 3px 2px #c58dfd; box-shadow: 1px 1px 3px 2px #c58dfd;">
Div content here</div>
This div box has shadow with color #c58dfd
Comments
No comments written yet.
Please login to write comment.