Color spaces of #cf59dc
RGB | 207 | 89 | 220 |
---|---|---|---|
HSL | 0.82 | 0.65 | 0.61 |
HSV | 294° | 60° | 86° |
CMYK | 0.06 | 0.60 | 0.00 0.14 |
XYZ | 42.2228 | 25.5775 | 70.4217 |
Yxy | 25.5775 | 0.3055 | 0.1850 |
Hunter Lab | 50.5742 | 60.5191 | -47.1560 |
CIE-Lab | 57.6338 | 64.1231 | -46.0050 |
#cf59dc color RGB value is (207,89,220).
#cf59dc hex color red value is 207, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cf59dc hue: 0.82 , saturation: 0.65 and the lightness value of cf59dc is 0.61.
The process color (four color CMYK) of #cf59dc color hex is 0.06, 0.60, 0.00, 0.14. Web safe color of #cf59dc is #cc66cc. Color #cf59dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01011001 | 11011100 |
Octal | 317 | 131 | 334 |
Decimal | 207 | 89 | 220 |
Hex | CF | 59 | DC |
Shades of #cf59dc
Tints of #cf59dc
RGB Percentages of Color #cf59dc
CMYK Percentages of Color #cf59dc
Complementary Color
#cf59dc | #66dc59 |
#cf59dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf59dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf59dc Color CSS Codes
.mybgcolor {background-color:#cf59dc; } .myforecolor {color:#cf59dc; } .mybordercolor {border:3px solid #cf59dc; }
#cf59dc Text Font Color
<p style="color:#cf59dc">Text here</p>
This sample text font color is #cf59dc
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.
#cf59dc Background Color
<div style="background-color:#cf59dc">
Div content here</div>
This div background color is #cf59dc
#cf59dc Border Color
<div style="border:3px solid #cf59dc">
Div here</div>
This div border color is #cf59dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,89,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf59dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf59dc; -webkit-box-shadow: 1px 1px 3px 2px #cf59dc; box-shadow: 1px 1px 3px 2px #cf59dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,89,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf59dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf59dc; -webkit-box-shadow: 1px 1px 3px 2px #cf59dc; box-shadow: 1px 1px 3px 2px #cf59dc;">
Div content here</div>
This div box has shadow with color #cf59dc
Comments
No comments written yet.
Please login to write comment.