Color spaces of #cf55ea
RGB | 207 | 85 | 234 |
---|---|---|---|
HSL | 0.80 | 0.78 | 0.63 |
HSV | 289° | 64° | 92° |
CMYK | 0.12 | 0.64 | 0.00 0.08 |
XYZ | 43.8319 | 25.7029 | 80.4929 |
Yxy | 25.7029 | 0.2922 | 0.1713 |
Hunter Lab | 50.6980 | 65.6039 | -58.6457 |
CIE-Lab | 57.7540 | 68.3914 | -53.6785 |
#cf55ea color RGB value is (207,85,234).
#cf55ea hex color red value is 207, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cf55ea hue: 0.80 , saturation: 0.78 and the lightness value of cf55ea is 0.63.
The process color (four color CMYK) of #cf55ea color hex is 0.12, 0.64, 0.00, 0.08. Web safe color of #cf55ea is #cc66ff. Color #cf55ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01010101 | 11101010 |
Octal | 317 | 125 | 352 |
Decimal | 207 | 85 | 234 |
Hex | CF | 55 | EA |
Shades of #cf55ea
Tints of #cf55ea
RGB Percentages of Color #cf55ea
CMYK Percentages of Color #cf55ea
Complementary Color
#cf55ea | #70ea55 |
#cf55ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf55ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf55ea Color CSS Codes
.mybgcolor {background-color:#cf55ea; } .myforecolor {color:#cf55ea; } .mybordercolor {border:3px solid #cf55ea; }
#cf55ea Text Font Color
<p style="color:#cf55ea">Text here</p>
This sample text font color is #cf55ea
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.
#cf55ea Background Color
<div style="background-color:#cf55ea">
Div content here</div>
This div background color is #cf55ea
#cf55ea Border Color
<div style="border:3px solid #cf55ea">
Div here</div>
This div border color is #cf55ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,85,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf55ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf55ea; -webkit-box-shadow: 1px 1px 3px 2px #cf55ea; box-shadow: 1px 1px 3px 2px #cf55ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,85,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf55ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf55ea; -webkit-box-shadow: 1px 1px 3px 2px #cf55ea; box-shadow: 1px 1px 3px 2px #cf55ea;">
Div content here</div>
This div box has shadow with color #cf55ea
Comments
No comments written yet.
Please login to write comment.