Color spaces of #ef6ce7
RGB | 239 | 108 | 231 |
---|---|---|---|
HSL | 0.84 | 0.80 | 0.68 |
HSV | 304° | 55° | 94° |
CMYK | 0.00 | 0.55 | 0.03 0.06 |
XYZ | 55.3830 | 34.8454 | 79.4081 |
Yxy | 34.8454 | 0.3265 | 0.2054 |
Hunter Lab | 59.0300 | 64.1694 | -38.4369 |
CIE-Lab | 65.6281 | 65.7760 | -39.2863 |
#ef6ce7 color RGB value is (239,108,231).
#ef6ce7 hex color red value is 239, green value is 108 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ef6ce7 hue: 0.84 , saturation: 0.80 and the lightness value of ef6ce7 is 0.68.
The process color (four color CMYK) of #ef6ce7 color hex is 0.00, 0.55, 0.03, 0.06. Web safe color of #ef6ce7 is #ff66ff. Color #ef6ce7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01101100 | 11100111 |
Octal | 357 | 154 | 347 |
Decimal | 239 | 108 | 231 |
Hex | EF | 6C | E7 |
Shades of #ef6ce7
Tints of #ef6ce7
RGB Percentages of Color #ef6ce7
CMYK Percentages of Color #ef6ce7
Complementary Color
#ef6ce7 | #6cef74 |
#ef6ce7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef6ce7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef6ce7 Color CSS Codes
.mybgcolor {background-color:#ef6ce7; } .myforecolor {color:#ef6ce7; } .mybordercolor {border:3px solid #ef6ce7; }
#ef6ce7 Text Font Color
<p style="color:#ef6ce7">Text here</p>
This sample text font color is #ef6ce7
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.
#ef6ce7 Background Color
<div style="background-color:#ef6ce7">
Div content here</div>
This div background color is #ef6ce7
#ef6ce7 Border Color
<div style="border:3px solid #ef6ce7">
Div here</div>
This div border color is #ef6ce7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,108,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef6ce7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef6ce7; -webkit-box-shadow: 1px 1px 3px 2px #ef6ce7; box-shadow: 1px 1px 3px 2px #ef6ce7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,108,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef6ce7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef6ce7; -webkit-box-shadow: 1px 1px 3px 2px #ef6ce7; box-shadow: 1px 1px 3px 2px #ef6ce7;">
Div content here</div>
This div box has shadow with color #ef6ce7
Comments
No comments written yet.
Please login to write comment.